Skip to content

Commit

Permalink
default.props indentation (yay tabs) and inline docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Sep 30, 2010
1 parent 7c403ee commit 7ea0bb0
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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: ...<add example here>...
file.exclude = nonexistentfile


Expand All @@ -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: ...<add example here>...
file.index = index.html


Expand All @@ -44,4 +47,6 @@ file.index = index.html
build.info = buildinfo.properties

# Tools
tool.yuicompressor = yuicompressor-2.4.2.jar
tool.yuicompressor = yuicompressor-2.4.2.jar


0 comments on commit 7ea0bb0

Please sign in to comment.