Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created July 17, 2014 13:07
Show Gist options
  • Save bmarshall511/e2238133b2455bfff957 to your computer and use it in GitHub Desktop.
Save bmarshall511/e2238133b2455bfff957 to your computer and use it in GitHub Desktop.
Grunt Concurrent plugin configuration.
module.exports = {
options: {
logConcurrentOutput: true
},
watch: ['watch', 'compass:dev']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment