Removes unused css-min for grunt
This commit is contained in:
parent
f12b9b0be5
commit
46a6869be6
2 changed files with 0 additions and 18 deletions
17
Gruntfile.js
17
Gruntfile.js
|
|
@ -125,22 +125,6 @@ module.exports = function(grunt) {
|
||||||
dest: 'public/css/foundation.css',
|
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: {
|
uglify: {
|
||||||
options: {
|
options: {
|
||||||
mangle: false
|
mangle: false
|
||||||
|
|
@ -208,7 +192,6 @@ module.exports = function(grunt) {
|
||||||
grunt.loadNpmTasks('grunt-contrib-copy');
|
grunt.loadNpmTasks('grunt-contrib-copy');
|
||||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||||
grunt.loadNpmTasks('grunt-contrib-uglify');
|
grunt.loadNpmTasks('grunt-contrib-uglify');
|
||||||
grunt.loadNpmTasks('grunt-contrib-cssmin');
|
|
||||||
grunt.loadNpmTasks('grunt-angular-gettext');
|
grunt.loadNpmTasks('grunt-angular-gettext');
|
||||||
grunt.loadNpmTasks('grunt-markdown');
|
grunt.loadNpmTasks('grunt-markdown');
|
||||||
grunt.loadNpmTasks('grunt-release');
|
grunt.loadNpmTasks('grunt-release');
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,6 @@
|
||||||
"grunt-cli": "^0.1.13",
|
"grunt-cli": "^0.1.13",
|
||||||
"grunt-contrib-concat": "^0.5.1",
|
"grunt-contrib-concat": "^0.5.1",
|
||||||
"grunt-contrib-copy": "^0.8.0",
|
"grunt-contrib-copy": "^0.8.0",
|
||||||
"grunt-contrib-cssmin": "^0.12.2",
|
|
||||||
"grunt-contrib-uglify": "^0.8.0",
|
"grunt-contrib-uglify": "^0.8.0",
|
||||||
"grunt-contrib-watch": "^0.5.3",
|
"grunt-contrib-watch": "^0.5.3",
|
||||||
"grunt-exec": "^0.4.6",
|
"grunt-exec": "^0.4.6",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue