[Groonga-commit] droonga/express-droonga at ab81311 [master] Revert "Update usage of less-middleware"

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Mar 28 17:41:32 JST 2014


YUKI Hiroshi	2014-03-28 17:41:32 +0900 (Fri, 28 Mar 2014)

  New Revision: ab81311d68c8dc17c9033a1d2161f1b24f07ff4e
  https://github.com/droonga/express-droonga/commit/ab81311d68c8dc17c9033a1d2161f1b24f07ff4e

  Message:
    Revert "Update usage of less-middleware"
    
    This reverts commit d6bbc054f68fc7382ab1b14cb8afaff521548019.

  Modified files:
    lib/ui/dashboard.js

  Modified: lib/ui/dashboard.js (+1 -1)
===================================================================
--- lib/ui/dashboard.js    2014-03-28 17:37:39 +0900 (470f58e)
+++ lib/ui/dashboard.js    2014-03-28 17:41:32 +0900 (ca4229b)
@@ -15,7 +15,7 @@ exports.register = function(application, params) {
     application.use(prefix, express.favicon());
     application.use(prefix, express.bodyParser());
     application.use(prefix, express.methodOverride());
-    application.use(prefix, less({ src: path.join(topDirectory, 'public') }));
+    application.use(prefix, less(path.join(topDirectory, 'public')));
     application.use(prefix, express.static(path.join(topDirectory, 'public')));
   });
 
-------------- next part --------------
HTML����������������������������...
Download 



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