[Groonga-commit] groonga/groonga-admin at c3d7b0d [master] Stop to minify JavaScript

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 28 11:43:55 JST 2015


Kouhei Sutou	2015-03-28 11:43:55 +0900 (Sat, 28 Mar 2015)

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

  Message:
    Stop to minify JavaScript
    
    Minified JavaScript is unreadable.

  Modified files:
    Gruntfile.js
    package.json

  Modified: Gruntfile.js (+0 -11)
===================================================================
--- Gruntfile.js    2015-03-28 11:43:23 +0900 (0dadbd6)
+++ Gruntfile.js    2015-03-28 11:43:55 +0900 (62f7373)
@@ -240,7 +240,6 @@ module.exports = function (grunt) {
         flow: {
           html: {
             steps: {
-              js: ['concat', 'uglifyjs'],
               css: ['cssmin']
             },
             post: {}
@@ -271,15 +270,6 @@ module.exports = function (grunt) {
     //     }
     //   }
     // },
-    // uglify: {
-    //   dist: {
-    //     files: {
-    //       '<%= yeoman.dist %>/scripts/scripts.js': [
-    //         '<%= yeoman.dist %>/scripts/scripts.js'
-    //       ]
-    //     }
-    //   }
-    // },
     // concat: {
     //   dist: {}
     // },
@@ -473,7 +463,6 @@ module.exports = function (grunt) {
     'copy:dist',
     'cdnify',
     'cssmin',
-    'uglify',
     'filerev',
     'usemin'
   ]);

  Modified: package.json (+0 -1)
===================================================================
--- package.json    2015-03-28 11:43:23 +0900 (a9edc3b)
+++ package.json    2015-03-28 11:43:55 +0900 (6c695c0)
@@ -34,7 +34,6 @@
     "grunt-contrib-cssmin": "^0.9.0",
     "grunt-contrib-imagemin": "^0.8.1",
     "grunt-contrib-jshint": "^0.10.0",
-    "grunt-contrib-uglify": "^0.4.0",
     "grunt-contrib-watch": "^0.6.1",
     "grunt-filerev": "^0.2.1",
     "grunt-google-cdn": "^0.4.0",
-------------- next part --------------
HTML����������������������������...
Download 



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