Gulp starter template for new projects. It includes: browser live reloads, SCSS preprocessor, images optimization, JS and CSS bundling and minification.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone the repository
$ git clone https://github.com/mmode/gulp-aperitif.git project-folder
then from the project folder install the dependencies
$ npm install
last run gulp to start the scripts
$ gulp
run the command
$ gulp build
to build the deployment files.
- del
- gulp
- gulp-cache
- gulp-cssnano
- gulp-imagemin
- gulp-sass
- gulp-uglify
- gulp-useref
- run-sequence
This project is licensed under the MIT License - see the LICENSE.md file for details