From b1e43695dc051585d7941439f60eb1a779ac52d8 Mon Sep 17 00:00:00 2001 From: Rob Larsen Date: Sun, 15 Apr 2012 11:48:06 -0300 Subject: [PATCH] Matching new parent project folder structure. For clarity I'm going to go through and change dir.js.libs to dir.js.vendor, but for now this will work. --- config/default.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.properties b/config/default.properties index c39e2a4..2245e40 100644 --- a/config/default.properties +++ b/config/default.properties @@ -18,7 +18,7 @@ dir.demo = demo dir.js = js dir.js.main = ${dir.js} # scripts in the lib directory will only be minified, not concatenated together -dir.js.libs = ${dir.js}/libs +dir.js.libs = ${dir.js}/vendor # this is identical to the 'libs' in dir.js.libs but just an easier reference when you dont need the full path slug.libs = libs # scripts in the modules directory will be minified, not concatenated, but will be cachebusted @@ -70,7 +70,7 @@ file.root.page = index.html # Root Script file # this is the file that will be swapped for the concatenated and minified javascript. # -file.root.script = script.js +file.root.script = main.js # # Root Stylesheet