[Groonga-commit] groonga/groonga-admin at 5227f91 [master] Fix packaged files

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 17 18:07:03 JST 2014


Kouhei Sutou	2014-11-17 18:07:03 +0900 (Mon, 17 Nov 2014)

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

  Message:
    Fix packaged files

  Modified files:
    Gruntfile.js

  Modified: Gruntfile.js (+2 -2)
===================================================================
--- Gruntfile.js    2014-11-17 15:08:13 +0900 (b28d0c4)
+++ Gruntfile.js    2014-11-17 18:07:03 +0900 (1896883)
@@ -385,7 +385,7 @@ module.exports = function (grunt) {
           cwd: '<%= yeoman.dist %>',
           dest: '<%= yeoman.archive %>/html',
           src: [
-            '*'
+            '**'
           ]
         }, {
           expand: true,
@@ -410,7 +410,7 @@ module.exports = function (grunt) {
             'package.json',
             '<%= yeoman.app %>/**/*',
             '!<%= yeoman.app %>/styles/*.css',
-            '!<%= yeoman.app %>/styles/.sass-cache/'
+            '!<%= yeoman.app %>/styles/.sass-cache/**/*'
           ]
         }]
       }
-------------- next part --------------
HTML����������������������������...
下載 



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