From 8688e394f52ef7ca861b35be73cdd7ee015a2aaa Mon Sep 17 00:00:00 2001 From: Gabriel Lesperance Date: Thu, 20 Oct 2011 11:45:20 -0400 Subject: [PATCH] backbone now requires jquery --- lib/client/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/client.js b/lib/client/client.js index 2d73c84..e0002c3 100644 --- a/lib/client/client.js +++ b/lib/client/client.js @@ -226,7 +226,7 @@ function optimizeDir(dir_path, dst_tmpdir, options_tmpdir, callback) { , baseUrl : './' , dir : dst_tmpdir.path , modules : [] - //, optimize: 'none' + , optimize: 'none' } , external_modules = []