Add tasks to gulpfile to minify all CSS and JS libs when building dist

This commit is contained in:
Iain Hunter
2016-11-04 10:48:42 +00:00
parent 1f2a5d7dd7
commit 085d84e16e
2 changed files with 26 additions and 1 deletions

View File

@@ -37,6 +37,7 @@
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-cssnano": "^2.1.2",
"gulp-declare": "^0.3.0",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.10.0",
@@ -58,6 +59,7 @@
"less": "^2.4.0",
"mocha": "^2.1.0",
"phantomjs": "1.9.19",
"run-sequence": "^1.2.2",
"selenium-webdriver": "^2.45.0",
"sinon-chai": "2.8.0",
"swagger-client": "2.1.23"