This is a GitHub Pages repo for the Ticketmaster Innovation website.
- Clone the repo
cd
to the project directory- Run
bundle install
- Run
npm install
- Run
bower install
- Run
npm start
(orgulp serve
)
npm run build
(orgulp
)- Commit any new files that appear in
assets/
- Merge your changes to
master
(you were working on a dev branch, right?)
- Slim down the dev stack (remove Bower?)
- Bundler for the GitHub Pages gem and its dependencies (including Jekyll)
- npm for Gulp, Bower, and other dev tools
- Gulp for running tasks (minifying, building SCSS files, etc.)
- Bower for managing the Foundation framework and other dependencies