[Groonga-commit] groonga/groonga-admin at 22cb60b [master] Use grunt serve because grunt serve is obsolete

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sun Nov 15 16:39:05 JST 2015


HAYASHI Kentaro	2015-11-15 16:39:05 +0900 (Sun, 15 Nov 2015)

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

  Merged dec8109: Merge pull request #5 from kenhys/use-grunt-serve

  Message:
    Use grunt serve because grunt serve is obsolete
    
      Running "server" task
      >> The `server` task has been deprecated. Use `grunt serve` to start a server.

  Modified files:
    README.md

  Modified: README.md (+2 -2)
===================================================================
--- README.md    2015-03-28 14:22:16 +0900 (48995c3)
+++ README.md    2015-11-15 16:39:05 +0900 (4374733)
@@ -71,9 +71,9 @@ on running Groonga Admin.
 
 Run Groonga Admin:
 
-    % grunt server
+    % grunt serve
 
 If you want to use Groonga HTTP server run on `groonga.example.com`,
 run Groonga Admin as by the following command line:
 
-    % GROONGA_HOST=groonga.example.com grunt server
+    % GROONGA_HOST=groonga.example.com grunt serve
-------------- next part --------------
HTML����������������������������...
Download 



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