Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created July 16, 2014 15:31
Show Gist options
  • Save bmarshall511/21752f87e5f563b5b4cc to your computer and use it in GitHub Desktop.
Save bmarshall511/21752f87e5f563b5b4cc to your computer and use it in GitHub Desktop.
Grunt Compass plugin configuration file.
module.exports = {
dev: {
options: {
config: 'config.rb',
watch: true
}
},
prod: {
options: {
config: 'config.rb',
environment: 'production'
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment