[Groonga-commit] groonga/groonga-admin at 53ad233 [master] Stop to minify HTML

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 28 11:42:27 JST 2015


Kouhei Sutou	2015-03-28 11:42:27 +0900 (Sat, 28 Mar 2015)

  New Revision: 53ad23360606101f09dabd68303116389f4b5fee
  https://github.com/groonga/groonga-admin/commit/53ad23360606101f09dabd68303116389f4b5fee

  Message:
    Stop to minify HTML
    
    Minified HTML is unreadable.

  Modified files:
    Gruntfile.js
    package.json

  Modified: Gruntfile.js (+1 -2)
===================================================================
--- Gruntfile.js    2015-03-28 10:42:57 +0900 (c5408f0)
+++ Gruntfile.js    2015-03-28 11:42:27 +0900 (f2de77c)
@@ -493,8 +493,7 @@ module.exports = function (grunt) {
     'cssmin',
     'uglify',
     'filerev',
-    'usemin',
-    'htmlmin'
+    'usemin'
   ]);
 
   grunt.registerTask('default', [

  Modified: package.json (+0 -1)
===================================================================
--- package.json    2015-03-28 10:42:57 +0900 (c0a9ed4)
+++ package.json    2015-03-28 11:42:27 +0900 (a9edc3b)
@@ -32,7 +32,6 @@
     "grunt-contrib-connect": "^0.7.1",
     "grunt-contrib-copy": "^0.5.0",
     "grunt-contrib-cssmin": "^0.9.0",
-    "grunt-contrib-htmlmin": "^0.3.0",
     "grunt-contrib-imagemin": "^0.8.1",
     "grunt-contrib-jshint": "^0.10.0",
     "grunt-contrib-uglify": "^0.4.0",
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index