lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 137 forks source link

Deploy live version #277

Closed lathonez closed 6 years ago

lathonez commented 6 years ago

Use github pages to deploy a live version similar to angular2-signagurepad-demo

Should be deployed via circle

lathonez commented 6 years ago

Cache busting (base href): https://gist.github.com/haydenbr/7df417a8678efc404c820c61b6ffdd24

lathonez commented 6 years ago
npm -g install angular-cli-ghpages
ngh --dir www
lathonez commented 6 years ago

yeeaa http://lathonez.com/clicker/

Need to hook it into circle just

lathonez commented 6 years ago

also need to test the cache buster

lathonez commented 6 years ago

TODO:

lathonez commented 6 years ago

Cordova version doesn't work on browser.

lathonez commented 6 years ago

Cache busting doesn't seem to be required for basic browsing on device. If we run into it later, GIST above

lathonez commented 6 years ago

https://github.com/lathonez/clicker/pull/279