aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-31 13:19:02 +0800
committerkumavis <aaron@kumavis.me>2018-03-31 13:19:02 +0800
commitbd6f5547667bdae00e8990551f3a0ea39ab8d971 (patch)
tree497588b3fb79fa40e800090b4e6fc31dd136fea4 /package.json
parentee1acf0a7ea490e4d22efdf22dec984cd7ba6a6a (diff)
downloadtangerine-wallet-browser-bd6f5547667bdae00e8990551f3a0ea39ab8d971.tar
tangerine-wallet-browser-bd6f5547667bdae00e8990551f3a0ea39ab8d971.tar.gz
tangerine-wallet-browser-bd6f5547667bdae00e8990551f3a0ea39ab8d971.tar.bz2
tangerine-wallet-browser-bd6f5547667bdae00e8990551f3a0ea39ab8d971.tar.lz
tangerine-wallet-browser-bd6f5547667bdae00e8990551f3a0ea39ab8d971.tar.xz
tangerine-wallet-browser-bd6f5547667bdae00e8990551f3a0ea39ab8d971.tar.zst
tangerine-wallet-browser-bd6f5547667bdae00e8990551f3a0ea39ab8d971.zip
build - use uglifyify and gulp-multi-process for better performance
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 62d703c90..0c8c9de54 100644
--- a/package.json
+++ b/package.json
@@ -223,6 +223,7 @@
"gulp-eslint": "^4.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-livereload": "^3.8.1",
+ "gulp-multi-process": "^1.3.1",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylefmt": "^1.1.0",
@@ -262,7 +263,7 @@
"stylelint-config-standard": "^18.2.0",
"tape": "^4.5.1",
"testem": "^2.0.0",
- "uglifyify": "^4.0.2",
+ "uglifyify": "^4.0.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"