yeoman / generator-polymer

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

Alias and writeFileFromString fixes #234

Closed luxedo closed 8 years ago

luxedo commented 8 years ago

Addressing some issues in https://github.com/yeoman/generator-polymer/issues/232#issue-111099471

robdodson commented 8 years ago

looks like you need to also add a semicolon to line 116 of el/index.js. It's making jshint fail. Trying to check locally to see why the other tests are failing but about to have to run out for a while.

luxedo commented 8 years ago

Allright! I'm going to check it better later. I still need to learn how to run the tests