minify-sitecontent
v1.0.1
Published
Minify necessary CSS, JS & Images.
Downloads
7
Maintainers
Readme
minify-sitecontent
Lightweight minification tool (CSS, JS & Image) using Gulp. Easy to Install and configure.
Installation
npm i minify-sitecontent
Configure
- Put the Files in root of your project.
- Download dependencies - npm install
- Open gulpfile.js
- Add necessary css, js and image files/directories that you want to minify inside paths = { ... }
- From command window just write - gulp
It will automatically detect changes of the files registered in gulpfile.js after saving that file.
N.B: after adding or removing files inside gulpfile.js, Rerun gulp command.
Author
- Biswajit Panday - Initial work - About Me
License
This project is licensed under the MIT License.