0.6.1 • Published 8 years ago

gulp-sweetjs v0.6.1

Weekly downloads
23
License
-
Repository
github
Last release
8 years ago

gulp-sweetjs

This lets you integrate sweet.js with gulp.

Example (also uses gulp-sourcemaps):

gulp.task("build", function() {
  gulp.src("src/**/*.js")
    .pipe(sourcemaps.init())
    .pipe(sweetjs({
      modules: ['es6-macros'],
      readtables: ['reader-module']
    }))
    .pipe(sourcemaps.write('.'))
    .pipe(gulp.dest('build'));
})

This project is licensed under the BSD License. See the LICENSE file for more information.

0.6.1

8 years ago

0.6.0

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago