From 7ea0bb040f2bf327ad289d72ae7d2091acf48dd6 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 30 Sep 2010 13:16:39 -0400 Subject: [PATCH] default.props indentation (yay tabs) and inline docs --- default.properties | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/default.properties b/default.properties index ab8827522e71..1bce0614608f 100644 --- a/default.properties +++ b/default.properties @@ -2,12 +2,13 @@ # Customize these to fit your needs # If set, concat libraries with main scripts file, producing single script file -build.concat.scripts = true +build.concat.scripts = true # If set, delete unoptimized files build.delete.unoptimized = true # Exclude file filter for publishing (can't be empty) +# For example: ...... file.exclude = nonexistentfile @@ -17,21 +18,23 @@ file.exclude = nonexistentfile # Directory names dir.publish = publish -dir.build = build -dir.tools = ${dir.build}/tools -dir.test = test -dir.demo = demo -dir.js = js +dir.build = build +dir.tools = ${dir.build}/tools +dir.test = test +dir.demo = demo +dir.js = js # Main JS script folder (Will be concatenated and minified) dir.js.main = ${dir.js}/main # JS libraries folder (Will be concatenated and minified) dir.js.libs = ${dir.js}/libs # Folder that should be only minified, not concatenated together -dir.js.minifyonly = ${dir.js}/helpers -dir.css = css +dir.js.minifyonly = ${dir.js}/helpers +dir.css = css dir.images = images # Files +# all the html/php whatever that the build script will be mucking with. +# For example: ...... file.index = index.html @@ -44,4 +47,6 @@ file.index = index.html build.info = buildinfo.properties # Tools -tool.yuicompressor = yuicompressor-2.4.2.jar \ No newline at end of file +tool.yuicompressor = yuicompressor-2.4.2.jar + +