Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 703 Bytes

File metadata and controls

31 lines (19 loc) · 703 Bytes

Experiments base

A base gulp project for web experiments. By Mark Durrant.


getting started

Install node & gulp

brew install node, npm install -g gulp

Install packages

npm i

Build assets (only required once)

gulp build

Run Gulp (Starts local server, LiveReload, SASS compilation, JS hinting & minification, image minification)

gulp

todo

  • seperate dev & dist folders. (unminified assets + liveReload) & (minified assets + no liveReload) - can use gulp-if for this I think.
  • add in gh-pages export
  • alert(sound) on errors
  • style success/error msgs
  • SASS only version?