mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '3.0-preview' into 3.0-preview-update
# Conflicts: # .travis.yml
This commit is contained in:
commit
d8ec3b8ed4
@ -1,5 +1,5 @@
|
||||
language: node_js
|
||||
node_js: stable
|
||||
node_js: "9"
|
||||
dist: trusty
|
||||
sudo: required
|
||||
addons:
|
||||
|
12
polymer.json
12
polymer.json
@ -25,9 +25,7 @@
|
||||
"html": {
|
||||
"minify": true
|
||||
},
|
||||
"bundle": {
|
||||
"inlineScripts": false
|
||||
},
|
||||
"bundle": true,
|
||||
"addServiceWorker": true
|
||||
},
|
||||
{
|
||||
@ -45,9 +43,7 @@
|
||||
"html": {
|
||||
"minify": true
|
||||
},
|
||||
"bundle": {
|
||||
"inlineScripts": false
|
||||
},
|
||||
"bundle": true,
|
||||
"addServiceWorker": true
|
||||
},
|
||||
{
|
||||
@ -63,9 +59,7 @@
|
||||
"html": {
|
||||
"minify": true
|
||||
},
|
||||
"bundle": {
|
||||
"inlineScripts": false
|
||||
},
|
||||
"bundle": true,
|
||||
"addServiceWorker": true
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user