Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jade template not builds #57

Open
zba opened this issue Nov 13, 2015 · 1 comment
Open

jade template not builds #57

zba opened this issue Nov 13, 2015 · 1 comment

Comments

@zba
Copy link

zba commented Nov 13, 2015

in both watch and build tasks,

out of box generated tasks looks like:

gulp.task('build', ['html', 'buildBundle', 'images', 'fonts', 'extras'], function() {
@iuculanop
Copy link

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

FDiskas added a commit to FDiskas/generator-react-gulp-browserify that referenced this issue Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants