mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
fix ShadyCSS entrypoint, load ScopingShim
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user