Skip to content

Instantly share code, notes, and snippets.

@davidvanleeuwen
Last active December 14, 2015 18:28
Show Gist options
  • Save davidvanleeuwen/5129146 to your computer and use it in GitHub Desktop.
Save davidvanleeuwen/5129146 to your computer and use it in GitHub Desktop.
Load haml, coffee and sass
module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-contrib-coffee'
grunt.loadNpmTasks 'grunt-contrib-sass'
grunt.loadNpmTasks 'grunt-haml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment