Skip to content
Snippets Groups Projects
Commit f6816948 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] Upgrade gulp plugins

parent 560bce52
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"url": "git@git.duniter.org:clients/cesium/cesium.git" "url": "git@git.duniter.org:clients/cesium/cesium.git"
}, },
"scripts": { "scripts": {
"postinstall": "bower install --allow-root", "postinstall": "bower install --allow-root && rm hooks/minify-conf.json hooks/uglify-config.json hooks/after_prepare/ionic-minify.js hooks/after_prepare/uglify.js",
"install-platforms": "ionic state restore", "install-platforms": "ionic state restore",
"start": "ionic serve", "start": "ionic serve",
"docker:build": "sudo docker build . -t cesium/release", "docker:build": "sudo docker build . -t cesium/release",
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
"gulp-css-base64": "^1.3.4", "gulp-css-base64": "^1.3.4",
"gulp-csso": "^2.0.0", "gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0", "gulp-filter": "^4.0.0",
"gulp-header": "^1.7.1", "gulp-footer": "^2.0.2",
"gulp-header": "^2.0.7",
"gulp-html-remove": "^0.1.1", "gulp-html-remove": "^0.1.1",
"gulp-htmlmin": "^2.0.0", "gulp-htmlmin": "^2.0.0",
"gulp-jshint": "^2.0.1", "gulp-jshint": "^2.0.1",
...@@ -86,9 +87,9 @@ ...@@ -86,9 +87,9 @@
"gulp-rev-replace": "^0.4.3", "gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.2.0", "gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0", "gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3", "gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0", "gulp-useref": "^3.1.0",
"gulp-util": "^2.2.14", "gulp-util": "^3.0.8",
"gulp-zip": "^3.2.0", "gulp-zip": "^3.2.0",
"ionic": "^1.7.16", "ionic": "^1.7.16",
"ionic-minify": "^2.0.8", "ionic-minify": "^2.0.8",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment