I've created support pages for Piste-Off using Github's github.io hosting. To see the actual live (minified) site, goto: https://brothersmagoollc.github.io/pisteoff-support
- Angular 1.4.x
- Gulp (building)
- Bower (dependencies)
- SASS
- Coffee
- Bootstrap (3)
- Checkout the gh-pages branch
- Merge updates into gh-pages branch
- run
gulp
to build the code - run
cp -r dist/* ./
to copy all of the updated / built code (it might make sense to clean out the original artifacts, perhaps I'll create a script to do that) - Add / Commit / Push all of the updates