From 2974f916df0614c892a94d3e0f192e10aa03b0b6 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 12 Jan 2015 11:41:12 +0200 Subject: server/client: s/res/static/, drop dev_mode__resend_from_static --- src/client/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') 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' }, -- cgit v1.3.1