Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 62397d1

Browse files
committed
Update builds
Update custom-elements, shadydom, and shadycss Update closure compiler to 20171112 Allow `gulp` to use `npm link`'d packages for testing
1 parent 1913eb6 commit 62397d1

11 files changed

+315
-281
lines changed

gulpfile.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ function closurify(sourceName, fileName) {
7373
'src/*.js',
7474
'node_modules/es6-promise/lib/es6-promise/**/*.js',
7575
'node_modules/@webcomponents/**/*.js',
76-
'!node_modules/@webcomponents/*/externs/*.js'
77-
], {base: './'})
76+
'!node_modules/@webcomponents/*/externs/*.js',
77+
'!node_modules/@webcomponents/*/node_modules/**',
78+
'!**/bower_components/**'
79+
], {base: './', follow: true})
7880
.pipe(sourcemaps.init())
7981
.pipe(closure(closureOptions))
8082
.pipe(sourcemaps.write('.'))

package-lock.json

Lines changed: 52 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
},
2828
"homepage": "https://webcomponents.org/polyfills",
2929
"devDependencies": {
30-
"@webcomponents/custom-elements": "^1.0.4",
30+
"@webcomponents/custom-elements": "^1.0.6",
3131
"@webcomponents/html-imports": "^1.0.3",
32-
"@webcomponents/shadycss": "^1.0.6",
33-
"@webcomponents/shadydom": "^1.0.6",
32+
"@webcomponents/shadycss": "^1.1.0",
33+
"@webcomponents/shadydom": "^1.0.8",
3434
"@webcomponents/template": "^1.2.0",
3535
"@webcomponents/webcomponents-platform": "^1.0.0",
3636
"babel-preset-minify": "^0.2.0",
3737
"del": "^3.0.0",
3838
"es6-promise": "^4.1.1",
39-
"eslint": "^4.10.0",
40-
"google-closure-compiler": "^20171023.0.1",
39+
"eslint": "^4.11.0",
40+
"google-closure-compiler": "^20171112.0.0",
4141
"gulp": "^3.8.8",
4242
"gulp-add-src": "^0.2.0",
4343
"gulp-header": "^1.8.9",

0 commit comments

Comments
 (0)