Skip to content

Instantly share code, notes, and snippets.

@fantactuka
fantactuka / Gruntfile.js
Last active December 18, 2015 15:59 — forked from lrvick/.bowerrc
module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-bower-task');
grunt.initConfig({
bower: {
install: {
options: {
verbose: true,
cleanup: true
}