diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-12-21 11:42:49 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-12-21 12:08:41 +0200 |
| commit | 9cabfe315a8eb4a564afda1c72dc8717e3e8b678 (patch) | |
| tree | 62e990bcec1caf4867d82606773491164df6d776 | |
| parent | 3dd9d36748c28ba9e48a37858c0938cceafde683 (diff) | |
app.js: configure baseUrl comment
| -rw-r--r-- | src/client/app.js | 4 |
1 files changed, 4 insertions, 0 deletions
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); |
