forked from LeanMeanFightingMachine/Springboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.properties
34 lines (25 loc) · 827 Bytes
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- Configurable build properties -->
AUTHOR = Author
NAMESPACE = namespace.project
MAIN = App
SRC_DIR = src
LIB_DIR = lib
DOCS_DIR = docs
BUILD_DIR = build
DEPLOY_DIR = deploy
TEMP_DIR = temp
JS_DIR = js
CSS_DIR = css
OUTPUT_SRC_JS = ${JS_DIR}/script.js
OUTPUT_SRC_CSS = ${CSS_DIR}/styles.css
OUTPUT_LIB_CSS = ${CSS_DIR}/lib/styles.css
EXTERNS = externs.js
DEPS = deps.js
COMPILATION = ADVANCED_OPTIMIZATIONS
ANT_CONTRIB = ${LIB_DIR}/ant-contrib.jar
COMPRESSOR = ${LIB_DIR}/yuicompressor-2.4.7pre.jar
COMPILER = ${LIB_DIR}/compiler.jar
CLOSURE_LIB = ${LIB_DIR}/closure-library
CLOSURE_BUILDER = ${LIB_DIR}/closure-library/closure/bin/build/closurebuilder.py
DEPS_WRITER = ${LIB_DIR}/closure-library/closure/bin/build/depswriter.py
JSDOC = ${LIB_DIR}/jsdoc