Removed minify done by webpack

master
Keith Irwin 2017-07-11 04:15:48 -04:00
parent cc59df13e0
commit cadd5c45f2
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@
"test": "mocha test.js",
"start": "node server.js",
"nodemon": "nodemon --ignore 'static/**/*.min.*' server.js",
"minify": "minify --template .{{filename}}.min.{{ext}} --clean static/css",
"update": "sudo n stable && sudo npm update --save && sudo npm prune",
"update": "sudo n stable && sudo npm update && sudo npm prune",
"build": "./node_modules/.bin/webpack --config webpack.config.js"
},
"repository": "Tracman-org/Server",