Commit Graph

85 Commits

Author SHA1 Message Date
Abdón Rodríguez Davila
fecc150576 Add the Polymer CLI as devdepency 2018-04-18 19:17:34 +02:00
Keanu Lee
ec7cd54594 Update README 2018-04-16 15:24:42 -07:00
Keanu Lee
9b14b13708 Fix lazy-loading for 404 page 2018-04-16 15:08:20 -07:00
Keanu Lee
5203ec2227 Update to 3.0 pre-release toolling 2018-04-16 15:01:53 -07:00
Keanu Lee
b2ec844398 Update to pre.12 deps 2018-04-02 11:21:49 -07:00
Abdón Rodríguez Davila
c729e602ca Organization update: PolymerElements > Polymer 2018-02-15 18:44:14 +01:00
katejeffreys
2bb7fadadf Update build process (#1044)
* Update build process

* Update README.md

* Update README.md

* Update with feedback

* Add trailing slash

* Update with remaining feedback
2017-07-19 22:40:26 +02:00
Abdón Rodríguez Davila
3c3a7d13f5 Update the default serve URL 2017-06-01 17:58:50 +02:00
Michael Stramel
4779927d0e Fix: Add note on running WCT on Windows. (#974) 2017-03-21 06:35:38 -07:00
Russell T. Sherman
725311af49 update readme with bower requirement (#987) 2017-03-21 06:32:22 -07:00
Rob Dodson
7151a5313c Add getting started polycast to readme (#965)
yolo self merge
2017-01-26 09:48:35 -08:00
Abdón Rodríguez Davila
f9bb50d6ad Update README (#957) 2017-01-12 11:43:02 -08:00
Rob Dodson
6ba8205ff8 Migration note 2016-08-22 15:28:26 -07:00
Rob Dodson
141d2b5e1e Merge in app-drawer-migration 2016-08-22 12:14:42 -07:00
Rob Dodson
8b8ba5c33b Readme for deprecation (#874) 2016-08-22 09:02:35 -07:00
anishkny
5386524fd0 Update README.md (#872) 2016-07-22 08:45:22 -07:00
Kayce Basques
cd1c622753 add updated tutorials (previously on polymer-project.org) 2016-06-07 08:44:25 -07:00
Rob Dodson
ce5ce8fa70 Merge pull request #746 from PolymerElements/sjs/header-jump
Fix header flicker behavior
2016-03-14 17:05:05 -07:00
Sam Saccone
36775d8124 fixup - Remove trailing whitespace in files 2016-03-14 16:59:34 -07:00
Rohan Verma
31bf678e26 Modified documentation and readme to reduce confusion in the example for deploying to github
This change reduces confusion about using backslashes or not in the URL and is generally more helpful to new comers.
2016-03-14 00:35:28 +05:30
Sam Saccone
5d13498548 Add note about node-gyp
Fixes #637
xref #642
2016-03-03 14:44:49 -08:00
Sorin Davidoi
b4c0c6585a Mention caching of start_url when opening from home screen
Since we have added a section on triggering a web app install banner, I feel we should mention this common pitfall and point the users in the right directions.
2016-03-02 17:57:11 +01:00
Dan Dascalescu
1149943605 Add "Add to home screen" section. Fix #95 for real. 2016-03-01 17:51:03 -08:00
Rob Dodson
cf31a323c9 Merge pull request #715 from dandv/patch-1
rm jshint since we removed it in 1.2.3
2016-02-23 07:35:58 -08:00
Dan Dascalescu
9eb0b3dcb1 Fix typos 2016-02-22 14:25:57 -08:00
Dan Dascalescu
bf57b47a55 rm jshint since we removed it in 1.2.3 2016-02-22 14:23:13 -08:00
Felix Zapata
a206df23e0 feat(ESLint): add recipe to use lint task with ESLint based on Polymer 2016-02-19 17:57:44 +01:00
Jory Phillips
5602f0d335 Update README.md
Add a tip about `bower cache clean` to the FAQ's troubleshooting section. It solved a problem I had when upgrading from a prior version of the Polymer Starter Kit.
2016-01-19 07:24:58 -08:00
Rob Dodson
e5fdef9bdc Remove jshint 2016-01-17 18:12:09 -08:00
Rob Dodson
d1ec47c62e Add trailing slash to gh pages url 2016-01-12 06:50:39 -08:00
Vikram
a54b495a02 updated demo link to https
this should allow the demo app to make use of service worker and demonstrate its capabilities
2016-01-10 14:09:08 -08:00
Timani Tunduwani
b8feab83cc Update link in REAME from https://www.polymer-project.org
The link in the README currently points to `https://polymer-project.org` which generates and error:

```
curl -I https://polymer-project.org/
curl: (35) Encountered end of file
```

The www version `https://www.polymer-project.org` is not a 20x/30x but the site is reachable

```
 curl -I https://www.polymer-project.org/
HTTP/1.1 405 Method Not Allowed
Allow: GET
Content-Type: text/html; charset=UTF-8
Content-Length: 188
Date: Tue, 22 Dec 2015 18:41:03 GMT
Server: Google Frontend
Alt-Svc: quic=":443"; ma=604800; v="30,29,28,27,26,25"
```
2015-12-22 10:45:23 -08:00
Rob Dodson
e23876d99d Move bower_components. Make vulcanize easier 2015-12-11 09:07:15 -08:00
Rob Dodson
eb3660b0a3 Add dotfile warning to readme 2015-12-05 16:43:10 -08:00
ragingwind
efb85f01dc Add a new recipe for Mobile Chrome Apps 2015-12-03 07:40:55 +09:00
Tim van der Lippe
33ab55f670 Fix cache-config-file in README
If you would copy-paste the HTML code in the README.md, it would generate a 404 as `precache.json` was not found.
In `index.html`, this is `cache-config.json` which does not 404.
2015-12-02 21:55:01 +01:00
Kayce Basques
4567866b3f Add links to tutorials. 2015-11-30 14:46:47 -08:00
Chuck Horton
4345400730 Add Firebase deploy recipe
This has borrowed heavily from work that @kaycebasques has done for
Polymer Docs.  I just added the pretty URLs stuff.
2015-11-30 08:23:54 -08:00
Chuck Horton
7082366bc2 Add Github Pages deploy and routing
This does the following:

1. Add gulp tasks to deploy to Github Pages
2. Revises routing to handle hosting from a subfolder
3. Allows development environment to run from root while production can
run from subfolder
4. Add link to PSK demo in readme.md
5. Add deploy section to readme.md
6. Add detail Deploy to Github Pages recipe

Remove getUrl function and use data binding instead

With Polymer 1.2.0 we can now use compound bindings so getUrl function
is not needed.

Change Github to GitHub

Fixed linting errors

Add example for deploy to GitHub pages

use $ variable instead of require for ghPages
2015-11-12 10:10:22 -08:00
ReadmeCritic
d284de9b52 Readme: Update redirects 2015-11-10 13:58:40 -08:00
Addy Osmani
2dca8f71ae Add note about license headers (fixes #227) 2015-11-03 09:56:56 +00:00
Chuck Horton
70e2194a84 Add Recipes to README
Adds Recipes to out of box section or README .  Fixes #449
2015-10-28 06:37:01 -07:00
Felix Zapata
9563f8c6b5 fix(README.md): change the attribute name of the cache file 2015-10-16 10:50:34 +02:00
Bryan Hirsch
6dd33ca02f Fixed minor typo 2015-10-15 23:34:48 -04:00
Addy Osmani
c2f0443b3d Remove polybuild -> vulcanize text 2015-10-07 09:19:12 -07:00
Addy Osmani
a8616ccc42 Include a link to Rob's end to end talk. 2015-09-22 14:32:23 +01:00
Jimmy Moon
935efa0cb4 Update README.md
Lite -> Light it would be right. :)
2015-09-16 21:26:43 +09:00
Addy Osmani
7f46c90c86 Update getting the code. 2015-09-10 16:14:57 +01:00
Chuck Horton
0b7d564958 Add styling info to readme 2015-08-25 16:27:26 -07:00
Arthur Verschaeve
1422167ee2 Fix a typo in the readme 2015-08-20 17:57:48 +02:00