@alemohamad/local-env-minifier v0.1.3
Local Environment Minifier
A local environment to minify HTML, CSS & JS files.
Getting started with the project
git clone https://github.com/alemohamad/local-env-minifier
npm installNOTE: You will need Node.js installed on your computer before you can run this last command.
Using the minifier
In the project directory where you cloned the repo, run the command:
gulpIf you want the code to watch for changes, minify the source code and update the development website, run the command:
gulp watchYou can also run the tasks separatedly:
gulp css
gulp js
gulp htmlHandling the assets
When creating a website, you'll use images and other assets. To copy this files from the src folder to the dist folder, run the command:
gulp assetsExtras
You can have some extras on how to configure some meta tags (favicons, social or PWA) inside the extra folder.
Also, you can change the applogo.png icon, to use your own when minifying the source code.
License
This project is licensed under the MIT license.