These are the sources for Agile France 2015 website, built with Gulp.
- Install (if you don't have them):
- Node.js:
brew install node
on OS X
- Gulp:
npm install -g gulp
- Gulp plugins:
npm install
- Build:
gulp build
— build output files into public directory
gulp build-fast
— build output files into public directory, but consider images are already there