-
Notifications
You must be signed in to change notification settings - Fork 400
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
gulp does not re-compile js #11
Comments
Hi jadjoubran |
Thank you for your report! Let me know if either of the methods works for you |
Thanks bro. Issue solved. :) |
Okay great! I'll update the documentation asap |
With 2.7.0 you can now enable jshint and it'll simply report the warnings without failing. I also made the I'd love to get your feedback. |
👍 |
Is it only me experiencing the issue where executing
gulp
won't re-compile any.js
files from insideangular/
directory?the
.angular()
directive should output the updated app.js, but it doesn't. I've also tried.angular('angular/', 'public/js/', 'app.js')
with same result.Any ideas?
The text was updated successfully, but these errors were encountered: