forked from c-esswein/plovr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
32 lines (26 loc) · 836 Bytes
/
config.js
File metadata and controls
32 lines (26 loc) · 836 Bytes
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
{
"comment": [
"Because // was dropped from the JSON specification, this is the best way ",
"to comment a JSON config file while maintaining 80 column lines.",
"This config file is used to test the main() method of ConfigParser.java.",
"It assumes that each of the Closure Tools is checked out in a parallel ",
"directory. (This is not a requirement when using the full binary.)"
],
"version": "1.0",
"id": "testdata",
"closure-library": "../closure-library/closure/goog",
"paths": [
"testdata",
"../closure-templates/javascript/soyutils_usegoog.js"
],
"inputs": "testdata/example/main.js",
"externs": "../closure-compiler/externs/",
"options": {
"basic": {
"level": "SIMPLE_OPTIMIZATIONS"
},
"optimized": {
"level": "ADVANCED_OPTIMIZATIONS"
}
}
}