yeoman / generator-polymer

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

Add a ChromeApp generator #210

Closed BrunoVernay closed 9 years ago

BrunoVernay commented 9 years ago

Not sure if generator-polymer should generate a ChromeApp project (using http://codingwithgerwin.blogspot.fr/2015/07/live-reload-for-polymer-chrome-apps.html and maybe https://github.com/yeoman/generator-chromeapp)

Or if generator-chromeapp should feature Polymer as an option ??

robdodson commented 9 years ago

My feeling is that generating a chrome app should be left to another generator. I'd like to keep this one as focused as possible just to reduce complexity. Closing for now, happy to discuss further if folks disagree.

BrunoVernay commented 9 years ago

There is hope here: https://github.com/yeoman/generator-chromeapp/issues/54