[FEATURE] add minification
Showing
... | ... | @@ -42,6 +42,7 @@ |
"node-sass": "^4.9.3", | ||
"node-watch": "^0.5.8", | ||
"postcss": "^7.0.2", | ||
"postcss-clean": "^1.1.0", | ||
"postcss-reporter": "^6.0.0", | ||
"postcss-scss": "^2.0.0", | ||
"pretty-bytes": "^5.1.0", | ||
... | ... | @@ -49,6 +50,7 @@ |
"stylelint": "^9.5.0", | ||
"stylelint-config-sgalinski": "^1.2.0", | ||
"time-stamp": "^2.1.0", | ||
"uglifyify": "^5.0.1", | ||
"yargs": "^12.0.1" | ||
} | ||
} |
Please register or sign in to comment