summaryrefslogtreecommitdiff
path: root/src/client/app.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-12 11:41:12 +0200
committerAlon Levy <alon@pobox.com>2015-01-12 11:42:31 +0200
commit2974f916df0614c892a94d3e0f192e10aa03b0b6 (patch)
tree6e37a43df327af8856fde74bc69251d83e6f171a /src/client/app.js
parentf6def5675506a35d8be6461411de4626fb71f29e (diff)
server/client: s/res/static/, drop dev_mode__resend_from_static
Diffstat (limited to 'src/client/app.js')
-rw-r--r--src/client/app.js2
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' },