parent
a77c24de2a
commit
8531ced759
|
@ -4,7 +4,7 @@
|
||||||
cd $(dirname $0)
|
cd $(dirname $0)
|
||||||
|
|
||||||
# array of files to minify
|
# array of files to minify
|
||||||
FILES=(inline.bundle main.bundle polyfills.bundle scripts.bundle styles.bundle vendor.bundle 0.chunk 1.chunk 2.chunk 3.chunk 4.chunk 5.chunk 6.chunk 7.chunk)
|
FILES=(inline.bundle main.bundle polyfills.bundle scripts.bundle styles.bundle vendor.bundle admin.module.chunk common.chunk decoration.module.chunk ranks.module.chunk request.module.chunk squads.module.chunk stats.module.chunk users.module.chunk)
|
||||||
OPTIONS="-c toplevel,dead_code=true,unused=true"
|
OPTIONS="-c toplevel,dead_code=true,unused=true"
|
||||||
|
|
||||||
for i in "${FILES[@]}"
|
for i in "${FILES[@]}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "opt-cc",
|
"name": "opt-cc",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^4.3.2",
|
"@angular/animations": "^4.3.2",
|
||||||
"@angular/cli": "^1.2.6",
|
"@angular/cli": "^1.4.0-rc.2",
|
||||||
"@angular/common": "^4.3.2",
|
"@angular/common": "^4.3.2",
|
||||||
"@angular/compiler": "^4.3.2",
|
"@angular/compiler": "^4.3.2",
|
||||||
"@angular/compiler-cli": "^4.3.2",
|
"@angular/compiler-cli": "^4.3.2",
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
"rxjs": "^5.2.0",
|
"rxjs": "^5.2.0",
|
||||||
"ts-helpers": "^1.1.1",
|
"ts-helpers": "^1.1.1",
|
||||||
"typescript": "^2.3.2",
|
"typescript": "^2.3.2",
|
||||||
"webpack": "^3.4.1",
|
"webpack": "^3.5.5",
|
||||||
"zone.js": "^0.8.5"
|
"zone.js": "^0.8.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in New Issue