1.0.5 • Published 9 years ago

@mizchi/gulp-react-jade v1.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

gulp-react-jade

For jadejs/react-jade

npm install @mizchi/gulp-react-jade

Example

require 'gulp-react-jade'
gulp.task 'raect-jade', ->
  gulp.src('src/**/*.jade')
    .pipe jade()
    .pipe(gulp.dest('lib'))

CAUTION

https://www.npmjs.com/package/gulp-react-jade is for duncanbeevers/jade-react)

npm install gulp-react-jade target is that one, not me.