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'));

});

/gulp-hsp-compiler/

    Package Sidebar

    Install

    npm i gulp-hsp-compiler

    Weekly Downloads

    2

    Version

    0.0.3

    License

    none

    Last publish

    Collaborators

    • ariatemplates