Skip to content

Commit 6174b87

Browse files
committed
fix: closure-compiler
1 parent e6bf5f3 commit 6174b87

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"firebase-tools": "^3.9.0",
6868
"fs-extra": "^3.0.1",
6969
"glob": "^7.1.2",
70-
"google-closure-compiler": "20170409.0.0",
70+
"google-closure-compiler": "20170806.0.0",
7171
"gulp": "^3.9.1",
7272
"gulp-clean": "^0.3.2",
7373
"gulp-clean-css": "^3.3.1",

scripts/closure-compiler/build-devapp-bundle.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ OPTS=(
5959
dist/releases/cdk/@angular/cdk.js
6060

6161
# Include all Angular FESM bundles.
62-
node_modules/@angular/core/@angular/core.js
63-
node_modules/@angular/common/@angular/common.js
64-
node_modules/@angular/compiler/@angular/compiler.js
65-
node_modules/@angular/forms/@angular/forms.js
66-
node_modules/@angular/http/@angular/http.js
67-
node_modules/@angular/router/@angular/router.js
68-
node_modules/@angular/platform-browser/@angular/platform-browser.js
69-
node_modules/@angular/platform-browser/@angular/platform-browser/animations.js
70-
node_modules/@angular/platform-browser-dynamic/@angular/platform-browser-dynamic.js
71-
node_modules/@angular/animations/@angular/animations.js
72-
node_modules/@angular/animations/@angular/animations/browser.js
62+
node_modules/@angular/core/esm5/index.js
63+
node_modules/@angular/common/esm5/index.js
64+
node_modules/@angular/compiler/esm5/index.js
65+
node_modules/@angular/forms/esm5/index.js
66+
node_modules/@angular/http/esm5/index.js
67+
node_modules/@angular/router/esm5/index.js
68+
node_modules/@angular/platform-browser/esm5/index.js
69+
node_modules/@angular/platform-browser/esm5/animations/index.js
70+
node_modules/@angular/platform-browser-dynamic/esm5/index.js
71+
node_modules/@angular/animations/esm5/index.js
72+
node_modules/@angular/animations/esm5/browser/index.js
7373

7474
# Include other dependencies like Zone.js and RxJS
7575
node_modules/zone.js/dist/zone.js

0 commit comments

Comments
 (0)