These are the gulpfiles that you can use for your web projects.
Go to this page.
- Create a folder
- Move the content of this repository to the folder you've created.
- Open the terminal and
cd
to the folder. - Run
npm install
- Grab a coffee while the packages are installing.
- When it is finished, run
gulp
- Open the terminal and
cd
to the folder. - Run
gulp
- Follow the instructions there.
1.3.1
-
Added SCSS mixins
-
Added SCSS helpers
-
Added OpenColors library (https://github.com/yeun/open-color)
1.3.0
-
Added gulp-plumber
When there is an error, the other tasks will continue.
-
Added gulp-clean
With this
clean-pub
andclean-dist
you could clear the pub and/or dist folder. -
Removed unneeded files