Kouhei Sutou
null+****@clear*****
Sat Mar 28 11:43:23 JST 2015
Kouhei Sutou 2015-03-28 11:43:23 +0900 (Sat, 28 Mar 2015) New Revision: cd0ef46da788367c4722f4a9df79220f0d9f5571 https://github.com/groonga/groonga-admin/commit/cd0ef46da788367c4722f4a9df79220f0d9f5571 Message: Remove needless code Modified files: Gruntfile.js Modified: Gruntfile.js (+0 -18) =================================================================== --- Gruntfile.js 2015-03-28 11:42:27 +0900 (f2de77c) +++ Gruntfile.js 2015-03-28 11:43:23 +0900 (0dadbd6) @@ -306,24 +306,6 @@ module.exports = function (grunt) { } }, - htmlmin: { - dist: { - options: { - collapseWhitespace: true, - conservativeCollapse: true, - collapseBooleanAttributes: true, - removeCommentsFromCDATA: true, - removeOptionalTags: true - }, - files: [{ - expand: true, - cwd: '<%= yeoman.dist %>', - src: ['*.html', 'views/{,*/}*.html'], - dest: '<%= yeoman.dist %>' - }] - } - }, - // ng-annotate tries to make the code safe for minification automatically // by using the Angular long form for dependency injection. ngAnnotate: { -------------- next part -------------- HTML����������������������������...Download