Gulp task refactored for in-place CSS minification

This commit is contained in:
2017-12-05 19:39:17 +01:00
parent acb896e2f3
commit 15f02cbe83
5 changed files with 36 additions and 17 deletions

View File

@@ -13,6 +13,7 @@
"gulp-phpunit": "^0.24.1",
"gulp-phpcs": "^2.1.0",
"gulp-clean-css": "^3.9.0",
"child_process": "^1.0.2"
"child_process": "^1.0.2",
"yargs": "^10.0.3"
}
}