Skip to content

Commit 002ed58

Browse files
committed
fix: closure-compiler
1 parent a328b9c commit 002ed58

File tree

3 files changed

+82
-17
lines changed

3 files changed

+82
-17
lines changed

package-lock.json

Lines changed: 70 additions & 5 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.11.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
@@ -63,17 +63,17 @@ OPTS=(
6363
dist/releases/material-moment-adapter/esm2015/material-moment-adapter.js
6464

6565
# Include all Angular FESM bundles.
66-
node_modules/@angular/core/@angular/core.js
67-
node_modules/@angular/common/@angular/common.js
68-
node_modules/@angular/compiler/@angular/compiler.js
69-
node_modules/@angular/forms/@angular/forms.js
70-
node_modules/@angular/http/@angular/http.js
71-
node_modules/@angular/router/@angular/router.js
72-
node_modules/@angular/platform-browser/@angular/platform-browser.js
73-
node_modules/@angular/platform-browser/@angular/platform-browser/animations.js
74-
node_modules/@angular/platform-browser-dynamic/@angular/platform-browser-dynamic.js
75-
node_modules/@angular/animations/@angular/animations.js
76-
node_modules/@angular/animations/@angular/animations/browser.js
66+
node_modules/@angular/core/esm5/index.js
67+
node_modules/@angular/common/esm5/index.js
68+
node_modules/@angular/compiler/esm5/index.js
69+
node_modules/@angular/forms/esm5/index.js
70+
node_modules/@angular/http/esm5/index.js
71+
node_modules/@angular/router/esm5/index.js
72+
node_modules/@angular/platform-browser/esm5/index.js
73+
node_modules/@angular/platform-browser/esm5/animations/index.js
74+
node_modules/@angular/platform-browser-dynamic/esm5/index.js
75+
node_modules/@angular/animations/esm5/index.js
76+
node_modules/@angular/animations/esm5/browser/index.js
7777

7878
# Include other dependencies like Zone.js, Moment.js, and RxJS
7979
node_modules/zone.js/dist/zone.js

0 commit comments

Comments
 (0)