yeoman / generator-polymer

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

polymer:el fails when tests commented out. #276

Open mwinters-stuff opened 8 years ago

mwinters-stuff commented 8 years ago

If you comment out tests in test/index.html the element generator will fail to create any files.

Took me a while to figure out that the tests I had commented out were the issue..

robdodson commented 8 years ago

Yeah there's a block in there that does a gnarly regex to try to auto-insert your tests for you. It's probably silently blowing up