The best project ever... maybe the second or third best Really it's a presentation / case study for advocating awesome workflow tools. There's a gruntfile for this presentation on gruntjs
Install the needed modules with: npm install
# Edit your slides using live reload
grunt server
# Create a build of your slides without running the livereload server
grunt build
# Deploy your slideshow to gh-pages
# Make sure you have created an orphan gh-pages branch before running this
grunt deploy
(Nothing yet)
Copyright (c) 2014 Richard Bailey
Licensed under the MIT license.