remove unnecessary dependencies

This commit is contained in:
Gabriel Bazán 2016-05-18 17:04:22 -03:00 committed by Javier
commit 75be28b3bf
3 changed files with 1 additions and 70 deletions

View file

@ -129,8 +129,7 @@ module.exports = function(grunt) {
src: [
'bower_components/angular/angular-csp.css',
'bower_components/foundation/css/foundation.css',
'bower_components/animate.css/animate.css',
'bower_components/angular-ui-switch/angular-ui-switch.css'
'bower_components/animate.css/animate.css'
],
dest: 'public/css/foundation.css',
},