gulp-hsp-transpiler

0.0.3 • Public • Published

gulp-hsp-transpiler

Usage

In your gulpfile.js:

var gulp = require('gulp');
var hspTranspiler = require('gulp-hsp-transpiler');
 
gulp.task('default', function() {
 
    //transpile & copy
    gulp.src('src/**/*.js')
        .pipe(hspTranspiler())
        .pipe(gulp.dest('dist'));
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i gulp-hsp-transpiler

Weekly Downloads

1

Version

0.0.3

License

none

Last publish

Collaborators

  • ariatemplates