generator-backbone
                                
                                
                                
                                    generator-backbone copied to clipboard
                            
                            
                            
                        add path to .ejs template files in the html target in usemin task in Grunfile.js
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
@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. Is that okey??
@addyosmani / @passy / @sindresorhus : The rev task was missing for sometimes. will put that back today.
Even after adding the rev task this issue still there. They will create revved version for images, css and scripts files and update the references in the html files but not in the compiled ejs (template/js) files.
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
- How would I know the image names after revved? It should be something like 
15e86.yeoman.pngright? - If all of my templates contain total of more than 10 images, using this option I have to hard code all the images in my Gruntfile. right?