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.
The default output of
yo polymer
includes avulcanize
task that generatesbuild.html
, and anhtmlmin
task that copies overindex.html
. The compiled application definitely doesn't need both, and I was confused when I redirected thevulcanize
output toindex.html
and it got overwritten by thehtmlmin
output.