yeoman / generator-polymer

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

Unable to deploy to Firebase #251

Open motss opened 8 years ago

motss commented 8 years ago

I try to deploy the PSK generated by generator-polymer to Firebase by following the recipe at PolymerElements/polymer-starter-kit. However, I encountered an error which makes the process to fail. It was not able to pass the build process after adding the <base href="/"> to head in index.html.

failed-firebase-deploy

robdodson commented 8 years ago

ok i'll take a look at this

robdodson commented 8 years ago

Please try with the latest version of the generator (I just released a new one).

Make sure that you're using <base href="/"> and not <base href="/.">