From e8535e6aa0713a404c0bbe2ce61bd64cb738048c Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 1 Sep 2019 13:47:49 +0200 Subject: [PATCH] added gulp-cli --- tools/webfilesbuilder/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/webfilesbuilder/package.json b/tools/webfilesbuilder/package.json index 4615191fc..b16fb9586 100644 --- a/tools/webfilesbuilder/package.json +++ b/tools/webfilesbuilder/package.json @@ -1,7 +1,7 @@ { "name": "uglifier", "version": "0.0.1", - "description": "Combine all js and css files into one and gzip them for the myESP project", + "description": "Combine all js and css files into one and gzip them for the EMS-ESP project", "main": "unglify.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -10,6 +10,7 @@ "author": "proddy", "license": "UNLICENSED", "dependencies": { + "gulp-cli": "^2.2.0", "gulp-concat": "^2.6.1", "gulp-flatmap": "^1.0.2", "gulp-gzip": "^1.4.2",