-
Notifications
You must be signed in to change notification settings - Fork 4
/
.enyoconfig
72 lines (72 loc) · 1.68 KB
/
.enyoconfig
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"title": "enyobench",
"name": "enyobench",
"libDir": "lib",
"paths": [],
"libraries": [
"enyo",
"layout",
"canvas",
"svg",
"moonstone",
"spotlight",
"enyo-webos",
"enyo-ilib"
],
"sources": {
"enyo": "https://github.com/enyojs/enyo.git",
"layout": "https://github.com/enyojs/layout.git",
"canvas": "https://github.com/enyojs/canvas.git",
"svg": "https://github.com/enyojs/svg.git",
"moonstone": "https://github.com/enyojs/moonstone.git",
"spotlight": "https://github.com/enyojs/spotlight.git",
"enyo-webos": "https://github.com/enyojs/enyo-webos.git",
"enyo-ilib": "https://github.com/enyojs/enyo-ilib.git"
},
"targets": {
"enyo": "2.6.0-dev",
"layout": "2.6.0-dev",
"canvas": "2.6.0-dev",
"svg": "master",
"moonstone": "2.6.0-dev",
"spotlight": "2.6.0-dev",
"enyo-webos": "2.6.0-dev",
"enyo-ilib": "2.6.0-dev"
},
"links": [],
"linkAllLibs": false,
"logLevel": "warn",
"production": false,
"devMode": true,
"cache": true,
"resetCache": false,
"trustCache": false,
"cacheFile": ".enyocache",
"clean": false,
"sourceMaps": true,
"externals": true,
"strict": false,
"skip": [],
"library": false,
"wip": false,
"outdir": "./dist",
"outfile": "index.html",
"lessPlugins": [],
"assetRoots": [],
"lessOnlyLess": false,
"minifyCss": false,
"inlineCss": true,
"outCssFile": "output.css",
"outJsFile": "output.js",
"inlineJs": true,
"templateIndex": "index.tpl",
"watch": false,
"watchPaths": [],
"polling": false,
"pollingInterval": 100,
"headScripts": [],
"tailScripts": [],
"promisePolyfill": false,
"styleOnly": false,
"lessVars": []
}