Kouhei Sutou
null+****@clear*****
Sat Mar 28 14:22:16 JST 2015
Kouhei Sutou 2015-03-28 14:22:16 +0900 (Sat, 28 Mar 2015) New Revision: a12cf33db6ae352bdbb2f5032af28bcc590bd39a https://github.com/groonga/groonga-admin/commit/a12cf33db6ae352bdbb2f5032af28bcc590bd39a Message: Stop to minify CSS Minified CSS is unreadable. Modified files: Gruntfile.js package.json Modified: Gruntfile.js (+1 -15) =================================================================== --- Gruntfile.js 2015-03-28 14:15:38 +0900 (292b25d) +++ Gruntfile.js 2015-03-28 14:22:16 +0900 (469cce2) @@ -241,7 +241,7 @@ module.exports = function (grunt) { html: { steps: { js: ['concat'], - css: ['cssmin'] + css: ['concat'] }, post: {} } @@ -258,19 +258,6 @@ module.exports = function (grunt) { } }, - // The following *-min tasks will produce minified files in the dist folder - // By default, your `index.html`'s <!-- Usemin block --> will take care of - // minification. These next options are pre-configured if you do not wish - // to use the Usemin blocks. - // cssmin: { - // dist: { - // files: { - // '<%= yeoman.dist %>/styles/main.css': [ - // '.tmp/styles/{,*/}*.css' - // ] - // } - // } - // }, // concat: { // dist: {} // }, @@ -455,7 +442,6 @@ module.exports = function (grunt) { 'concat', 'ngAnnotate', 'copy:dist', - 'cssmin', 'filerev', 'usemin' ]); Modified: package.json (+0 -1) =================================================================== --- package.json 2015-03-28 14:15:38 +0900 (d310559) +++ package.json 2015-03-28 14:22:16 +0900 (6e5c635) @@ -31,7 +31,6 @@ "grunt-contrib-concat": "^0.4.0", "grunt-contrib-connect": "^0.7.1", "grunt-contrib-copy": "^0.5.0", - "grunt-contrib-cssmin": "^0.9.0", "grunt-contrib-imagemin": "^0.8.1", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-watch": "^0.6.1", -------------- next part -------------- HTML����������������������������...Download