Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto García Hierro <alberto@garciahierro.com>2017-09-04 16:17:26 +0300
committerAlberto García Hierro <alberto@garciahierro.com>2017-09-04 16:17:26 +0300
commita945f89927d28bf6e3d29867a702cb76bc757646 (patch)
tree91a4276817329c3d48eaec1afdc7962cd7e0954d /package.json
parent55971affb6ef535bb69719d47f6fde6162c990ef (diff)
Don't minify JS and CSS
There is little to be gained in runtime performance and it complicates the build.
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1e24b1f9..b8c06c61 100755
--- a/package.json
+++ b/package.json
@@ -25,9 +25,7 @@
"del": "^3.0.0",
"gulp": "~3.9.1",
"gulp-concat": "~2.6.1",
- "gulp-minify-css": "~1.2.4",
"gulp-rename": "~1.2.2",
- "gulp-uglify": "~3.0.0",
"inflection": "1.12.0",
"jquery": "2.1.4",
"jquery-ui-npm": "1.12.0",