[Groonga-commit] groonga/groonga-admin at aee8997 [master] Watch *.js in sub directories

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 5 00:12:49 JST 2014


Kouhei Sutou	2014-11-05 00:12:49 +0900 (Wed, 05 Nov 2014)

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

  Message:
    Watch *.js in sub directories

  Modified files:
    Gruntfile.js

  Modified: Gruntfile.js (+2 -2)
===================================================================
--- Gruntfile.js    2014-11-04 22:28:50 +0900 (01bdbdb)
+++ Gruntfile.js    2014-11-05 00:12:49 +0900 (c27ff62)
@@ -34,14 +34,14 @@ module.exports = function (grunt) {
         tasks: ['wiredep']
       },
       js: {
-        files: ['<%= yeoman.app %>/scripts/{,*/}*.js'],
+        files: ['<%= yeoman.app %>/scripts/{,*/,*/*/}*.js'],
         tasks: ['newer:jshint:all'],
         options: {
           livereload: '<%= connect.options.livereload %>'
         }
       },
       jsTest: {
-        files: ['test/spec/{,*/}*.js'],
+        files: ['test/spec/{,*/,*/*/}*.js'],
         tasks: ['newer:jshint:test', 'karma']
       },
       compass: {
-------------- next part --------------
HTML����������������������������...
Download 



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