I have a grunt project backed by a yeoman-generator that I\'ve built based on the generator-webapp, if it\'s of any help, you can find it on GitHub
The grunt project mak
I used multiple targets as shown below:
useminPrepare: { target1 : { src : ['target1/*.html'], options : { dest: 'out' } }, target2 : { src : ['target2/folder/*.html'], options : { dest: 'out/subfolder' } } },
Then in the HTML block you could this: