gdg-x / hoverboard

Conference website template
https://hoverboard-master.web.app
Other
1.11k stars 1.09k forks source link

[urgent help] - what version of polymer works with (last release) v1.2.0? #319

Closed cliveb closed 6 years ago

cliveb commented 7 years ago

Can anyone recommend a version of polymer-cli that works with Hoverboard v1.2.0? https://www.polymer-project.org/1.0/docs/release-notes.html

We are using the last release of Hoverboard v1.2.0 https://github.com/gdg-x/hoverboard/tree/v1.2.0

Last year I deployed Hoverboard using

npm i -g polymer-cli@0.12.0 npm i -g bower

This year my project has many polymer parser.pp$3.parse errors after Unable to uglify warnings using polymer-cli@0.12.0

https://www.polymer-project.org/1.0/docs/release-notes.html

My npm 5.3.0 My node v8.4.0 My polymer --version 0.12.0

Here is my master if helps https://github.com/cliveb/hoverboard/tree/master Thanks clive @ Seattle GDG

ozasadnyy commented 7 years ago

@cliveb polymer-cli does not affect hoverboard as it's using custom build with polymer-build

cliveb commented 7 years ago

@ozasadnyy Any ideas why custom build with polymer-build is not building. I've tried everything I can think of? https://github.com/cliveb/hoverboard/tree/master

my hoverboard.config.json is GDG Lviv, should be GDG Seattle?

Clives-MBP:hoverboard seebe$ npm run build

hoverboard@1.2.0 build /Users/seebe/GitHub/hoverboard gulp

[00:49:07] Using gulpfile ~/GitHub/hoverboard/gulpfile.js [00:49:07] Starting 'default'... Deleting build and .temp directories... Compiling template... Polymer building... Analyzing and optimizing... [00:49:14] gulp-imagemin: Minified 61 images (saved 131 kB - 3.8%) Generating the Service Worker... Normalizing... Build complete! [00:49:17] Finished 'default' after 10 s Clives-MBP:hoverboard seebe$ firebase deploy

=== Deploying to 'devfest17-555a9'...

i deploying database, hosting ✔ database: rules ready to deploy. i hosting: preparing build directory for upload... ✔ hosting: 103 files uploaded successfully i starting release process (may take several minutes)...

✔ Deploy complete!

Project Console: https://console.firebase.google.com/project/devfest17-555a9/overview Hosting URL: https://devfest17-555a9.firebaseapp.com Clives-MBP:hoverboard seebe$

cliveb commented 7 years ago

We created a staging site using Docker, not working either may be v1.2.0 is bad? https://devfest-5e732.firebaseapp.com/

ozasadnyy commented 7 years ago

Probably yes, I am familiar with Docker, it was added by the community. Checking your site locally

ozasadnyy commented 7 years ago

So yes, just use gulp to build the project. To make it automatically and deploy on the hosting, consider using Travis: https://github.com/gdg-x/hoverboard/blob/master/docs/tutorials/deploy.md