Skip to content

Instantly share code, notes, and snippets.

@robksawyer
Created May 21, 2015 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robksawyer/fc274120aef9db278eec to your computer and use it in GitHub Desktop.
Save robksawyer/fc274120aef9db278eec to your computer and use it in GitHub Desktop.
module.exports = function(grunt) {
grunt.config.set('bower', {
dev: {
dest: '.tmp/public',
js_dest: '.tmp/public/js',
css_dest: '.tmp/public/styles'
}
});
grunt.loadNpmTasks('grunt-bower');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment