Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 372 Bytes

Gulp Task

Gulp JS setup for minifying and bundling JS and SCSS files

Installation

Goto the project folder and install required dependencies:

npm install

And run Gulp to watch for code changes and generate script.min.js and style.min.css:

gulp watch

Live Demo

https://sivadass.github.io/gulp-task/