Removes unused css-min for grunt

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-07 12:06:51 -03:00
parent f12b9b0be5
commit 46a6869be6
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
2 changed files with 0 additions and 18 deletions

View File

@ -125,22 +125,6 @@ module.exports = function(grunt) {
dest: 'public/css/foundation.css',
}
},
cssmin: {
copay: {
files: {
'public/css/copay.css': ['src/css/*.css'],
}
},
foundation: {
files: {
'public/css/foundation.css': [
'bower_components/angular/angular-csp.css',
'bower_components/foundation/css/foundation.css',
'bower_components/animate.css/animate.css'
]
}
}
},
uglify: {
options: {
mangle: false
@ -208,7 +192,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-angular-gettext');
grunt.loadNpmTasks('grunt-markdown');
grunt.loadNpmTasks('grunt-release');

View File

@ -29,7 +29,6 @@
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-exec": "^0.4.6",