gulp-hsp-compiler

0.0.3 • Public • Published

gulp-hsp-compiler

Usage

In your gulpfile.js:

var gulp = require('gulp');
var hsp = require('gulp-hsp-compiler');

gulp.task('default', function() {

    //compile & copy
    gulp.src('src/**/*.hsp')
        .pipe(hsp())
        .pipe(gulp.dest('dist'));

});

Readme

Keywords

Package Sidebar

Install

npm i gulp-hsp-compiler

Weekly Downloads

4

Version

0.0.3

License

none

Last publish

Collaborators

  • ariatemplates