Skip to content

Instantly share code, notes, and snippets.

@theblang
Created November 18, 2014 05:39
Show Gist options
  • Save theblang/c046780f9d03086ab27e to your computer and use it in GitHub Desktop.
Save theblang/c046780f9d03086ab27e to your computer and use it in GitHub Desktop.
grunt-bower config for sails.js
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