yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 150 forks source link

Generated htmlmin task produces confusing, redundant index.html #28

Closed jyasskin closed 10 years ago

jyasskin commented 10 years ago

The default output of yo polymer includes a vulcanize task that generates build.html, and an htmlmin task that copies over index.html. The compiled application definitely doesn't need both, and I was confused when I redirected the vulcanize output to index.html and it got overwritten by the htmlmin output.

robdodson commented 10 years ago

This should be resolved in the latest release. We now vulcanize all elements into elements.vulcanized.html and don't touch index.html.