Commit Graph

13 Commits

Author SHA1 Message Date
Abdón Rodríguez Davila
d4a8b6be17 Remove last ESLint presence
..

///
2018-04-21 13:12:54 +02:00
Keanu Lee
5203ec2227 Update to 3.0 pre-release toolling 2018-04-16 15:01:53 -07:00
Keanu Lee
cd15ff7c4d Don't encourage excessive image pre-caching 2017-10-12 15:17:23 -06:00
Abdón Rodríguez Davila
1a78872087 Keep the leading slash 2017-10-02 19:46:44 +02:00
Abdón Rodríguez Davila
e0b48dba68 Remove index.html 2017-09-29 20:04:52 +02:00
Abdón Rodríguez Davila
b820a41e74 Cache the polyfills in runtimeCaching 2017-09-29 10:09:43 +02:00
Abdón Rodríguez Davila
781141b26e Merge branch 'master' into 2.0-preview
# Conflicts:
#	bower.json
#	index.html
#	polymer.json
#	src/my-app.html
#	sw-precache-config.js
2017-06-01 18:54:44 +02:00
Jason Allen
8effebd809 Use relative paths with Polymer v1 Starter Kit (#1008)
* Add relative paths based on Polymer 2 method...

Currently experiencing some timing issues when refreshing
on sub-views (eg. view2).

* Set `rootPattern` earlier to ready app-route pattern before needed

* Add comment to `baseUrl` as in #1002 for 2.0-preview

* Change observer to computed property

* Fix line length for eslint

* Add line break between properties

* Change comment on base tag, add note about polymer serve

* Remove `baseUrl` and path concat, use relative paths in js

* Change paths to relative in sw-precache-config.js

* Set scope for service worker explicitly

* Updated base tag comment for basePath build transform

* Fix lint errors

* Update comments, add Polymer.rootPath changes

* Fix ESLint errors again...
2017-06-01 17:13:09 +02:00
Fred K. Schott
88c5ba5804 Convert psk to use polymer 2.0 (#967)
* Convert psk to use polymer 2.0

* update tests for 2.0

* load webcomponents.js polyfill without js check

* add handling for undefined observer values

* update to latest polymer config property names

* fix eslintrc spacing

* use the google eslint ruleset

* bind the callback we send to importHref

* add comments to test/index.html

* reference polymer-element.html instead of polymer

* add slot=header attribute to app-header

* fix js line length

* add webcomponents-loader

* Update polymer.json

* respond to feedback

* convert config to properties & observers methods

* Hide drawer-toggle

* Update webcomponentsjs version to webcomponents/webcomponentsjs#^1.0.0-rc.1
2017-03-06 14:51:21 -08:00
Rob Dodson
2a0278427e Add ESLint and fixup errors (#951)
* Add ESLint and fixup errors

* Update config to include recommended. Fixup errors

* Add cascading eslintrc

* Run npm test
2016-12-13 20:54:03 +01:00
Rob Dodson
02edfbae63 Back out #940 2016-11-19 14:39:31 -08:00
Chuck Horton
57c24cec7c Change to relative paths (#940)
* Change to relative paths

* Add comment for path in my-view404

Leave absolute for 404.  @robdodson changed based on your suggestion.
2016-10-31 09:56:31 -07:00
Rob Dodson
141d2b5e1e Merge in app-drawer-migration 2016-08-22 12:14:42 -07:00