Skip to content

Instantly share code, notes, and snippets.

View dfrnswrth's full-sized avatar

Dylan dfrnswrth

  • Burlington, VT
  • 04:27 (UTC -04:00)
View GitHub Profile
@dfrnswrth
dfrnswrth / Gruntfile.coffee
Created September 2, 2013 23:48
A Grunt config for better Jekyll development. The goal here is to enhance the Jekyll dev process, but allow falling-back to vanilla Jekyll tasks. All directories are named per Jekyll defaults.
# A Grunt config for Jekyll
# =========================
# The goal here is to enhance the Jekyll dev process, but allow falling-back
# to vanilla Jekyll tasks. All directories are named per Jekyll defaults.
module.exports = (grunt) ->
require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks)
# loads:
# grunt-contrib-clean
# grunt-contrib-connect
# grunt-contrib-copy