Gulp SASS Starter Project with Bootstrap Example
- node
- npm
- gulp
# Browse to project folder
cd /path/to/project/this/folder
# Install all dependencies
npm install
# and run
gulp
To compile sass files only run: gulp sass
To compile javascript files only run: gulp js
To clean all compiled files run: gulp clean
- Pull Request are always welcome
- Please search before creating any issue