Skip to content

Commit

Permalink
Matching new parent project folder structure. For clarity I'm going t…
Browse files Browse the repository at this point in the history
…o go through and change dir.js.libs to dir.js.vendor, but for now this will work.
  • Loading branch information
roblarsen committed Apr 15, 2012
1 parent 5f33bfc commit b1e4369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.properties
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b1e4369

Please sign in to comment.