Skip to content

Gulp!

Latest
Compare
Choose a tag to compare
@louderthan10 louderthan10 released this 04 May 19:19
· 16 commits to master since this release

Major update!

We cleaned things up and simplified the project structure. There's a lot here:

* Changed from Grunt to Gulp

  • Removed Jekyll
  • Converted CoffeeScript to vanilla javascript
  • Changed to Twig templating
  • Added gulp-data so you can pull in data from a json file or even an API
  • Cleaned up the overall project folder and file structure
  • Auto-compiles to a stand-alone site ready to host anywhere
  • A bunch of fixes and tweaks