This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 157
add path to .ejs template files in the html target in usemin task in Grunfile.js #1
Comments
revathskumar
referenced
this issue
in revathskumar/generator-backbone
Apr 2, 2013
* will fix the issue #1 * All ejs files in app/scripts/templates directory will be precompile to scripts/templates.js * Uses grunt-contrib-jst
@revathskumar is this still an issue? |
@addyosmani Sorry, I missed it. For me this week will be a busy week. will look into this issue by week end. |
@addyosmani / @passy / @sindresorhus : The please help me to solve this issue. |
I don't think that usemin can handle replacing references in compiled templates at the moment. |
v2.0 is able to do that .. You just need to provide your own regexp |
@sleeper if I am using regex
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As EJS template file are created by default when creating Backbone view through the generator it seems odd that they are not included in the process of updating images file names to their revved version when building
line 146 : html: ['/*.html', '/*.ejs'],
any opinions ?
thnks
The text was updated successfully, but these errors were encountered: