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

When generating from Jade, package.json is missing ng-html2js dependency #1722

Closed
programmerdave opened this issue Mar 18, 2016 · 0 comments
Closed

Comments

@programmerdave
Copy link
Contributor

"karma-ng-html2js-preprocessor": "~0.2.0",<% } %>

I'll try to put up a PR at some point for this but if I can't get to it and someone wants to fix this quickly, here it is. When you generate with the Jade option, the Karma.conf file still keeps the config for ng-html2js for any html files that may be present. So we should add the ng-html2js dependency to package.json always.

programmerdave added a commit to programmerdave/generator-angular-fullstack that referenced this issue Mar 25, 2016
When you generate with the Jade option, the Karma.conf file still keeps the config for ng-html2js for any html files that may be present. This fix makes it so we always add the ng-html2js dependency to package.json to fix that.

Closes angular-fullstack#1722
@Awk34 Awk34 closed this as completed in bdf1e4a Apr 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants