forked from Polymer/polymer-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/startingFromPSK3.0.1'
- Loading branch information
Showing
30 changed files
with
395 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
bower_components | ||
build | ||
node_modules | ||
bower_components/ | ||
build/ | ||
node_modules/ | ||
|
||
.idea | ||
*.log | ||
\.idea/ |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
{ | ||
"name": "plus-team-starter-kit", | ||
"name": "plusTeam-polymer-starter-kit", | ||
"authors": [ | ||
"The +TeaM Developers" | ||
"The Polymer +devTeaM" | ||
], | ||
"license": "https://polymer.github.io/LICENSE.txt", | ||
"dependencies": { | ||
"app-layout": "PolymerElements/app-layout#^0.10.0", | ||
"app-route": "PolymerElements/app-route#^0.9.0", | ||
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", | ||
"iron-icon": "PolymerElements/iron-icon#^1.0.0", | ||
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#^1.0.0", | ||
"iron-localstorage": "PolymerElements/iron-localstorage#^1.0.0", | ||
"iron-media-query": "PolymerElements/iron-media-query#^1.0.0", | ||
"iron-pages": "PolymerElements/iron-pages#^1.0.0", | ||
"iron-selector": "PolymerElements/iron-selector#^1.0.0", | ||
"paper-icon-button": "PolymerElements/paper-icon-button#~1.1.0", | ||
"polymer": "Polymer/polymer#^1.8.1" | ||
"app-layout": "PolymerElements/app-layout#2.0-preview", | ||
"app-route": "PolymerElements/app-route#2.0-preview", | ||
"iron-flex-layout": "PolymerElements/iron-flex-layout#2.0-preview", | ||
"iron-icon": "PolymerElements/iron-icon#2.0-preview", | ||
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#2.0-preview", | ||
"iron-localstorage": "PolymerElements/iron-localstorage#2.0-preview", | ||
"iron-media-query": "PolymerElements/iron-media-query#2.0-preview", | ||
"iron-pages": "PolymerElements/iron-pages#2.0-preview", | ||
"iron-selector": "PolymerElements/iron-selector#2.0-preview", | ||
"paper-icon-button": "PolymerElements/paper-icon-button#2.0-preview", | ||
"polymer": "Polymer/polymer#^2.0.0-rc.1", | ||
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0-rc.4" | ||
}, | ||
"resolutions": { | ||
"polymer": "^2.0.0-rc.1" | ||
}, | ||
"devDependencies": { | ||
"web-component-tester": "^4.0.0" | ||
"web-component-tester": "6.0.0-prerelease.5" | ||
}, | ||
"private": true | ||
} |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
{ | ||
"name": "plus-team-starter-kit", | ||
"name": "plusTeam-polymer-starter-kit", | ||
"license": "BSD-3-Clause", | ||
"devDependencies": { | ||
"eslint": "^3.12.0", | ||
"eslint-config-google": "^0.7.1", | ||
"eslint-plugin-html": "^1.7.0" | ||
"eslint-plugin-html": "^1.7.0", | ||
"web-component-tester": "^5.0.1" | ||
}, | ||
"scripts": { | ||
"lint": "eslint . --ext js,html --ignore-path .gitignore", | ||
"test": "npm run lint && polymer test" | ||
"lint": "eslint . —ext js,html —ignore-path .gitignore", | ||
"test": "npm run lint && polymer test", | ||
"bundled": "polymer build —js-minify —css-minify —html-minify —add-service-worker —bundle", | ||
"unbundled": "polymer build —js-minify —css-minify —html-minify —add-service-worker", | ||
"build": "npm run unbundled" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
/** | ||
* @license | ||
* Copyright (c) 2016 The Polymer Project Authors. All rights reserved. | ||
* This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt | ||
* The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt | ||
* The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt | ||
* Code distributed by Google as part of the polymer project is also | ||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt | ||
*/ | ||
|
||
/* eslint no-console: ["error", { allow: ["info"] }] */ | ||
|
||
console.info( | ||
'Service worker disabled for development, will be generated at build time.' | ||
'Service worker disabled for development, will be generated at build time.' | ||
); |
Oops, something went wrong.