Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 494 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 494 Bytes

Install

These are the sources for Agile France 2015 website, built with Gulp.

Getting started

  • 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