-
Notifications
You must be signed in to change notification settings - Fork 24
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
add template HTML to $templateCache using grunt-html2js #1
Conversation
Have you verified this change well? |
@softvar I have tested the above changes by building & running it via a local server. They work as intended. You can also try it yourself on the html2js branch of my fork. To clear any doubts that might arise, let me explain how I have gone about implementing the Currently, when running the To solve this issue, first I explicitly named the module generated by html2js task to Now the the next step was to make the The presence of |
@softvar Sorry for bugging you, let me know in case you want anything changed or found something lacking in this PR. Will be happy to do those changes |
Hey @pra85 Thanks for the patch. It works perfectly! 👍 |
Made grunt-html2js plugin functional. Fetching template from $templateCache rather than
getTemplate
functionAlso added
bower_components
to gitignore file