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 have seen many questions about this and no real answers. In my project I have mapped the "dist" folder to "/static" server side. So I don't need to figure the relative path in index.html.
But still, the issue remains with usemin
the usemin file will be written in dist/static/css/main.css
and the the HTML will show the wrong (but expected) path
The only workaround I have found is to not touch the usemin block, run grunt and update the path manually.