Skip to content

Commit

Permalink
REMOVE - Now.js exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Lesperance committed Apr 18, 2013
1 parent d98590b commit 3157c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ exports.createServer = function createServer_rocket() {

, [ CONTROLLERS_DIR_NAME , async.apply(controller.setup, app, routes) ]

, [ EXPORTS_DIR_NAME , async.apply(xport.setup, app, options.nowjs) ]
// , [ EXPORTS_DIR_NAME , async.apply(xport.setup, app, options.nowjs) ]

, [ VIEWS_DIR_NAME , async.apply(view.setup, app, routes) ]

Expand Down

0 comments on commit 3157c58

Please sign in to comment.