From 9cabfe315a8eb4a564afda1c72dc8717e3e8b678 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 21 Dec 2014 11:42:49 +0200 Subject: app.js: configure baseUrl comment --- src/client/app.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/client') diff --git a/src/client/app.js b/src/client/app.js index ae84c953..08257ce0 100644 --- a/src/client/app.js +++ b/src/client/app.js @@ -20,6 +20,10 @@ if (window.is_node) { config.baseUrl = '../src/'; window.rhizi_require_config = config; } else { + // [!] no need to configure baseUrl, as in + // config.baseUrl = ... + // generated script URLs include the basepath of app.js + // Main app path require.config(config); -- cgit v1.3.1