Skip to content

Instantly share code, notes, and snippets.

@suisho
Created May 1, 2014 15:28
Show Gist options
  • Save suisho/97d739090ffad13471fb to your computer and use it in GitHub Desktop.
Save suisho/97d739090ffad13471fb to your computer and use it in GitHub Desktop.
rails compass gruntfile
module.exports = (grunt) ->
require('load-grunt-tasks')(grunt)
grunt.initConfig
compass :
dist:
options:
debugInfo : true
bundleExec: true
app: "rails"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment