- Clone or download this Git repo onto your computer.
- Install Node.js if you don't have it yet.
- Run
npm install - Run
gulpto run the default Gulp task
In this project, Gulp is configured to run the following functions:
- Compile the SCSS files to CSS
- Autoprefix and minify the CSS file
- Concatenate the JS files
- Uglify the JS files
- Move final CSS and JS files to the
/distfolder