fix ShadyCSS entrypoint, load ScopingShim

This commit is contained in:
Daniel Freedman
2017-02-15 22:16:41 -08:00
parent 29678e2e99
commit 9bc345b044
19 changed files with 29 additions and 35 deletions

View File

@@ -20,8 +20,8 @@
"custom-elements": "webcomponents/custom-elements#master",
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
"html-imports": "webcomponents/html-imports#master",
"shadydom": "webcomponents/shadydom#master",
"shadycss": "webcomponents/shadycss#master",
"shadydom": "webcomponents/shadydom#split-shadycss",
"shadycss": "webcomponents/shadycss#split-shadycss",
"template": "webcomponents/template#master",
"URL": "webcomponents/URL#master",
"webcomponents-platform": "webcomponents/webcomponents-platform#master"

View File

@@ -19,8 +19,7 @@ import '../bower_components/custom-elements/custom-elements.min.js'
// TODO(notwaldorf): Remove after this is addressed:
// https://github.com/webcomponents/shadycss/issues/46
import '../bower_components/shadycss/src/ShadyCSS.js'
import '../bower_components/shadycss/src/custom-style-element.js'
import '../bower_components/shadycss/entrypoints/scoping-shim.js'
import '../src/post-polyfill.js'
import '../src/unresolved.js'

View File

@@ -18,8 +18,7 @@ import '../bower_components/html-imports/src/html-imports.js'
// TODO(notwaldorf): Remove after this is addressed:
// https://github.com/webcomponents/shadycss/issues/46
import '../bower_components/shadycss/src/ShadyCSS.js'
import '../bower_components/shadycss/src/custom-style-element.js'
import '../bower_components/shadycss/entrypoints/scoping-shim.js'
import '../src/post-polyfill.js'
import '../src/unresolved.js'

View File

@@ -17,7 +17,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
import '../bower_components/html-imports/src/html-imports.js'
import '../bower_components/shadydom/shadydom.min.js'
import '../bower_components/custom-elements/custom-elements.min.js'
import '../bower_components/shadycss/src/ShadyCSS.js'
import '../bower_components/shadycss/src/custom-style-element.js'
import '../bower_components/shadycss/entrypoints/scoping-shim.js'
import '../src/post-polyfill.js'
import '../src/unresolved.js'

View File

@@ -22,7 +22,6 @@ import '../bower_components/html-imports/src/html-imports.js'
import '../src/pre-polyfill.js'
import '../bower_components/shadydom/shadydom.min.js'
import '../bower_components/custom-elements/custom-elements.min.js'
import '../bower_components/shadycss/src/ShadyCSS.js'
import '../bower_components/shadycss/src/custom-style-element.js'
import '../bower_components/shadycss/entrypoints/scoping-shim.js'
import '../src/post-polyfill.js'
import '../src/unresolved.js'

View File

@@ -18,5 +18,4 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
// TODO(notwaldorf): Remove after this is addressed:
// https://github.com/webcomponents/shadycss/issues/46
import '../bower_components/shadycss/src/ShadyCSS.js'
import '../bower_components/shadycss/src/custom-style-element.js'
import '../bower_components/shadycss/entrypoints/scoping-shim.js'

View File

@@ -16,5 +16,4 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
import '../bower_components/shadydom/shadydom.min.js'
import '../bower_components/custom-elements/custom-elements.min.js'
import '../bower_components/shadycss/src/ShadyCSS.js'
import '../bower_components/shadycss/src/custom-style-element.js'
import '../bower_components/shadycss/entrypoints/scoping-shim.js'

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long