diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-12 11:41:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-12 11:42:31 +0200 |
| commit | 2974f916df0614c892a94d3e0f192e10aa03b0b6 (patch) | |
| tree | 6e37a43df327af8856fde74bc69251d83e6f171a /src/client | |
| parent | f6def5675506a35d8be6461411de4626fb71f29e (diff) | |
server/client: s/res/static/, drop dev_mode__resend_from_static
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app.js b/src/client/app.js index 4d15f342..4bb762d5 100644 --- a/src/client/app.js +++ b/src/client/app.js @@ -1,5 +1,5 @@ (function() { - var lib_path = '/res/lib/'; + var lib_path = '/static/lib/'; var config = { shim: { 'socketio': { exports: 'io' }, |
