Skip to content

Instantly share code, notes, and snippets.

@cowboy
Created June 6, 2012 18:10
Show Gist options
  • Save cowboy/2883673 to your computer and use it in GitHub Desktop.
Save cowboy/2883673 to your computer and use it in GitHub Desktop.
grunt: config options
grunt.initConfig({
foo: {
_options: {
param: 'default'
},
bar: {},
baz: {
_options: {
param: 'override default'
}
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment