oh yeah you wouldn't run the deploy-gh-pages step, instead you'd just drop the dist dir on your server.
On Sun, Jan 3, 2016 at 9:29 AM, Carl Whalley <[email protected]> wrote: > 2. Follow this guide on serving from a subdirectory >> >> https://github.com/PolymerElements/polymer-starter-kit/blob/master/docs/deploy-to-github-pages.md >> > > Thanks. I had actually tried that but when I got the errors below, gave up > because it seemed too focused on Github rather than the "pseudo dir" in the > URL I need: > > Y:\polymer-starter-kit>gulp build-deploy-gh-pages > [17:18:29] Using gulpfile Y:\polymer-starter-kit\gulpfile.js > [17:18:29] Starting 'build-deploy-gh-pages'... > [17:18:29] Starting 'clean'... > [17:18:29] Finished 'clean' after 87 ms > [17:18:29] Starting 'default'... > [17:18:29] Starting 'copy'... > [17:18:29] Starting 'styles'... > [17:18:37] styles all files 98 B > [17:18:37] Finished 'styles' after 7.52 s > [17:19:09] copy all files 12.98 MB > [17:19:09] Finished 'copy' after 40 s > [17:19:09] Starting 'elements'... > [17:19:09] Finished 'elements' after 67 ms > [17:19:09] Starting 'lint'... > [17:19:32] Starting 'images'... > [17:19:37] Starting 'fonts'... > [17:19:37] Starting 'html'... > [17:19:41] Finished 'fonts' after 4.65 s > [17:19:43] Finished 'lint' after 34 s > [17:19:43] html all files 52.43 kB > [17:19:43] Finished 'html' after 6.49 s > [17:19:43] gulp-imagemin: Minified 6 images (saved 494 B - 1.4%) > [17:19:43] images all files 35.41 kB > [17:19:43] Finished 'images' after 12 s > [17:19:43] Starting 'vulcanize'... > [17:19:46] vulcanize all files 484.34 kB > [17:19:46] Finished 'vulcanize' after 2.96 s > [17:19:46] Finished 'default' after 1.28 min > [17:19:46] Starting 'deploy-gh-pages'... > [17:19:59] 'deploy-gh-pages' errored after 13 s > [17:19:59] Error in plugin 'gulp-gh-pages' > Message: > Command failed: C:\Windows\system32\cmd.exe /s /c "git clone undefined > .publ > ish" > fatal: repository 'undefined' does not exist > > Details: > killed: false > code: 128 > signal: null > cmd: C:\Windows\system32\cmd.exe /s /c "git clone undefined .publish" > [17:19:59] 'build-deploy-gh-pages' errored after 1.5 min > [17:19:59] Error in plugin 'run-sequence' > Message: > An error occured in task 'deploy-gh-pages'. > > Y:\polymer-starter-kit> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >> >> >> 3. I believe the router should do this for you once you have subdirectory >> serving setup >> >> https://github.com/PolymerElements/polymer-starter-kit/blob/master/app/elements/routing.html#L65 >> >> On Thu, Dec 31, 2015 at 11:36 AM, Carl Whalley <[email protected]> >> wrote: >> >>> Hi - I'm struggling with this, mainly because I want to combine Polymers >>> local offline routing with the online session management Resin provides. >>> I'm sure there are only >>> 3 changes I need to make to the Starter Kit to do this, and one of them >>> is easy ;-) To clarify - a web-app is named, here it's "example.com" - >>> and all >>> routes refer to this in the URL. In production it's virtually the >>> default, but the setup I'm aiming for here would be great for dev. >>> >>> The changes I need: >>> >>> 1. Stop using !# in URLs >>> >>> 2. With a web-app called "example.com", ensure all references use >>> localhost:8080/example.com/* So for example, the Starter Kit home is >>> now localhost:8080/example.com and users becomes localhost:8080/ >>> example.com/users etc. NB - this change has nothing to do with Resin or >>> Web-apps at this stage, it's just a funky Polymer config. I think this >>> needs a baseUrl setting somewhere. >>> >>> 3. If an example.com/* url isn't matched in the local route list, don't >>> give up and go to the home page but hit it anyway. For example, >>> localhost:8080/example.com/login.jsp >>> >>> Thanks >>> >>> Follow Polymer on Google+: plus.google.com/107187849809354688692 >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Polymer" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/polymer-dev/f038477c-6a71-4da0-a357-5b563bc75131%40googlegroups.com >>> <https://groups.google.com/d/msgid/polymer-dev/f038477c-6a71-4da0-a357-5b563bc75131%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/dc2f718a-7f42-49c5-8ba0-48d1b143c567%40googlegroups.com > <https://groups.google.com/d/msgid/polymer-dev/dc2f718a-7f42-49c5-8ba0-48d1b143c567%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAJj5OwD-Ot8baa-qmoMngt1Y_46BW1-s3NApgT%3DT23tiG1hELw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
