-
Notifications
You must be signed in to change notification settings - Fork 665
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
Template files are not handled by karma-ng-html2js-preprocessor when using Jade #731
Comments
Sorry for the delay. I think it should be as easy as searching for html files in the tmp folder which is not done right now. It's a bug, thanks. |
zckrs
pushed a commit
that referenced
this issue
Sep 14, 2015
Load preprocessed markups in karma tests, fix #731
The problem is still there.. It works only when I keep .html files along with .jade in the same folder that doesn't make any scenes.. I get the following traceback
Generated Karma conf looks like that right now:
.yo-rc.json
|
This was referenced Oct 5, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you generate an app that uses Jade, the default generated configuration for Karma does not correctly handle loading templates into JavaScript. I ended up using https://github.com/chmanie/karma-ng-jade2js-preprocessor in my project, but there's probably an easy way to make karma-ng-html2js-preprocessor compatible with Jade.
The text was updated successfully, but these errors were encountered: