Skip to content

Instantly share code, notes, and snippets.

@wrumsby
Last active August 29, 2015 14:03
Show Gist options
  • Save wrumsby/3a24f6fba09ab8bb690e to your computer and use it in GitHub Desktop.
Save wrumsby/3a24f6fba09ab8bb690e to your computer and use it in GitHub Desktop.
grunt-contrib-compass task configuration
module.exports = {
options: {
config: 'config.rb',
bundleExec: true
},
clean: {
options: {
clean: true
}
},
production: {
options: {
environment: "production"
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment