Merge pull request #745 from rhnvrm/patch-1

Fixes small confusion in documentation regarding requiring backslashes
This commit is contained in:
Rob Dodson
2016-03-13 14:12:13 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ Components installed by Bower live in the `app/bower_components` directory. This
### Github Pages
1. Uncomment this line `// app.baseUrl = '/polymer-starter-kit/';` in app.js near the top
2. Change `app.baseUrl = '/polymer-starter-kit/';` to `app.baseUrl = '/your-pathname/';` (ex: if you repo is `github.com/username/bobs-awesome-site` you would change this to `bobs-awesome-site`)
2. Change `app.baseUrl = '/polymer-starter-kit/';` to `app.baseUrl = '/your-pathname/';` (ex: if you repo is `github.com/username/bobs-awesome-site` you would change this to `app.baseUrl = '/bobs-awesome-site/';`)
3. Run `gulp build-deploy-gh-pages` from command line
4. To see changes wait 1-2 minutes then load Github pages for your app (ex: https://polymerelements.github.io/polymer-starter-kit/)

View File

@@ -14,7 +14,7 @@ You can deploy to github pages with a couple minor changes to Polymer Starter Ki
}
```
2. Change `app.baseUrl = '/polymer-starter-kit/';` to `app.baseUrl = '/your-pathname/';` (ex: if you repo is `github.com/username/bobs-awesome-site` you would change this to `bobs-awesome-site`)
2. Change `app.baseUrl = '/polymer-starter-kit/';` to `app.baseUrl = '/your-pathname/';` (ex: if you repo is `github.com/username/bobs-awesome-site` you would change this to `app.baseUrl = '/bobs-awesome-site/';`)
3. Add this code at the top of `<head>` tag in the [index.html](../app/index.html) to force HTTPS: