diff --git a/Gruntfile.js b/Gruntfile.js index f9c8d3199..bae584c85 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'); diff --git a/package.json b/package.json index 79d950d6e..22659be9e 100644 --- a/package.json +++ b/package.json @@ -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",