Simple script to convert sass to css and watch js, css and html files then auto reload browser on file changes.
version 3.0.0 :
- auto minify css files
- added sourcemaps to css
- auto minify js files
- auto inject js, css files to index.html
- compressed files will be in ./dist folder (created on run)
- upgraded to gulp version 4
- clone this repo
- cd repo folder
- run
npm install
in your terminal - run
npm start
- Enjoy !