index.html in a yeoman project
Confusion about comments of index.html in a yeoman project
This post aim to give a brief explanation of some comments in index.html of a yeoman project.
This kind of blocks is to help wiredep(click the link to learn more) to automatically put the dependencies code to the index.html file.
2. conments for usemin
This kind of blocks is to help usemin(click the link to learn more) to determine which block of javascript files to be packaged and uglified.
And this block will work when users’ IE browser version is less than 9.