diff --git a/Gruntfile.js b/Gruntfile.js index 3a72574f9..ff1368ead 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,9 +84,7 @@ module.exports = function(grunt) { 'bower_components/moment/min/moment-with-locales.js', 'bower_components/angular/angular.js', 'bower_components/angular-ui-router/release/angular-ui-router.js', - 'bower_components/angular-foundation/mm-foundation.js', 'bower_components/angular-foundation/mm-foundation-tpls.js', - 'bower_components/angular-animate/angular-animate.js', 'bower_components/angular-moment/angular-moment.js', 'bower_components/ng-lodash/build/ng-lodash.js', 'bower_components/angular-qrcode/qrcode.js', @@ -126,22 +124,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 @@ -209,7 +191,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/bower.json b/bower.json index efb529612..a924bcb97 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,6 @@ "dependencies": { "angular": "~1.3.13", "angular-foundation": "*", - "angular-animate": "~1.3.13", "angular-qrcode": "~5.1.0", "angular-gettext": "~2.0.5", "animate.css": "~3.2.0", 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", diff --git a/public/index.html b/public/index.html index 99add2264..142969ec2 100644 --- a/public/index.html +++ b/public/index.html @@ -31,8 +31,15 @@
diff --git a/public/views/importLegacy.html b/public/views/importLegacy.html index 6570b3cd4..80b4fc759 100644 --- a/public/views/importLegacy.html +++ b/public/views/importLegacy.html @@ -31,7 +31,7 @@