Open zba opened 9 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
in both watch and build tasks,
out of box generated tasks looks like: