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

Building doesnt actually build #10

Closed
jaxgeller opened this issue Nov 23, 2015 · 3 comments
Closed

Building doesnt actually build #10

jaxgeller opened this issue Nov 23, 2015 · 3 comments
Labels
Milestone

Comments

@jaxgeller
Copy link
Contributor

Under gulp.task('build', ['html', 'sass', 'js', 'images', 'fonts',...]) every task builds then exits except js. Thus if you ever need to build and exit, you must manually intervene. I believe this is because of watchify. It would be great if we can get back the ability to run gulp build and have it exit once completed.

@callmecavs
Copy link
Owner

definitely doable with a separate JS task that runs browserify directly, rather than through watchify. will take some finesse to get a solution thats elegant and DRY - open to a PR if you'd like to take a crack at it

@callmecavs callmecavs added the bug label Feb 15, 2016
@callmecavs callmecavs added this to the v4.0.0 milestone Feb 18, 2016
@jaxgeller
Copy link
Contributor Author

Was this fixed?

@callmecavs
Copy link
Owner

@jaxgeller yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants