randylien / generator-react-gulp-browserify

A Yeoman Generator for facebook's React library. It includes gulp, browserify, livereload and famous official Twitter bootstrap Sass version
422 stars 60 forks source link

jade template not builds #57

Open zba opened 9 years ago

zba commented 9 years ago

in both watch and build tasks,

out of box generated tasks looks like:

gulp.task('build', ['html', 'buildBundle', 'images', 'fonts', 'extras'], function() {
iuculanop commented 8 years ago

in the generated gulpfile.js i've just made this modifications:

gulp.task('watch', ['jade', 'fonts', 'bundle'], function() {

and

gulp.task('build', ['jade', 'buildBundle', 'images', 'fonts', 'extras'], function() {

With those mods, your gulp will generate the html page from jade template