/gulp-starter

Template gulp web project setup. Gulp tasks: sass-css, Browser Sync, JS/CSS and image optimisation, file cleaning and removing unused css. Sass variables and classes also included

Primary LanguageCSS

sass-template : Gulp starter project template

Template setup for a gulp starter project. Gulp tasks run automatically on file save: sass-css, Browser Sync, JS/CSS and image optimisation.

Some common Sass variables and classes included.

Requirements

  • NodeJS - use the installer.
  • Gulp - Windows $ npm install -g gulp Mac sudo npm install -g gulp

Setup

  • Clone repo
  • Run npm install in the terminal (from inside the project directory)