- minify js and css

This commit is contained in:
Alex Ling
2020-02-17 01:50:44 +00:00
parent 2cbb719855
commit 69f4795f06
5 changed files with 45 additions and 1 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "mango",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/hkalexling/Mango.git",
"author": "Alex Ling <hkalexling@gmail.com>",
"license": "MIT",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^3.0.2"
},
"scripts": {
"uglify": "gulp"
}
}