-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
175 lines (175 loc) · 5.49 KB
/
config.yml
File metadata and controls
175 lines (175 loc) · 5.49 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
---
name: geodash-viewer-angular
plugins:
- file:///home/vagrant/geodash-plugin-angular-component-main.git
- file:///home/vagrant/geodash-plugin-angular-component-map.git
- file:///home/vagrant/geodash-plugin-angular-component-map-map.git
- file:///home/vagrant/geodash-plugin-angular-component-map-navbars.git
- file:///home/vagrant/geodash-plugin-angular-component-map-overlays.git
- file:///home/vagrant/geodash-plugin-angular-pipes.git
- file:///home/vagrant/geodash-plugin-angular-services.git
- file:///home/vagrant/geodash-plugin-angular-base.git
src:
less:
- src/less/geodashviewer.less
- src/less/base.less
- src/less/map_map.less
- src/less/map_navbars.less
- src/less/map_overlays.less
ts:
- src/main.ts
- src/ts/app.module.ts
- src/ts/geodash/components/GeoDashComponentMain.ts
- src/ts/geodash/components/GeoDashComponentMap.ts
- src/ts/geodash/components/GeoDashComponentMapMap.ts
- src/ts/geodash/components/GeoDashComponentMapNavbars.ts
- src/ts/geodash/components/GeoDashComponentMapOverlays.ts
- src/ts/geodash/pipes/GeoDashPipeDefaultIfUndefinedOrBlank.ts
- src/ts/geodash/pipes/GeoDashPipeExtract.ts
- src/ts/geodash/pipes/GeoDashPipeMarkdwonToHTML.ts
- src/ts/geodash/pipes/GeoDashPipeTernaryDefined.ts
- src/ts/geodash/services/GeoDashServiceBus.ts
- src/ts/geodash/services/GeoDashServiceBootloader.ts
- src/ts/geodash/services/GeoDashServiceCompile.ts
js:
polyfill:
- src/js/polyfill/**/*.js
template:
- src/template/geodashMain.tpl.html
- src/template/geodashMap.tpl.html
- src/template/geodashMapMap.tpl.html
- src/template/geodashMapNavbars.tpl.html
- src/template/geodashMapOverlays.tpl.html
compiler:
ts:
target: es5
module: system
moduleResolution: node
emitDecoratorMetadata: true
experimentalDecorators: true
lib:
- es2015
- dom
noImplicitAny: true
suppressImplicitAnyIndexErrors: true
outFile: app.js
webpack:
config: "./src/webpack/webpack.prod.js"
# rxjs:
# target: es5
# module: system
# lib:
# - es5
# - es2015.iterable
# - es2015.collection
# - es2015.promise
# - dom
# rootDir: node_modules
# outFile: rx.js
resources:
- node_modules/core-js/client/shim.min.js
- node_modules/zone.js/dist/zone.js
- node_modules/zone.js/dist/zone.min.js
#- node_modules/systemjs/dist/system.src.js
#- node_modules/systemjs/dist/system.js
- node_modules/requirejs/require.js
- node_modules/jquery/jquery.js
- node_modules/jquery/jquery.min.map
- node_modules/jquery/jquery.min.js
- node_modules/tether/dist/js/tehter.js
- node_modules/tether/dist/js/tether.min.js
- node_modules/bootstrap/dist/js/bootstrap.js
- node_modules/bootstrap/dist/js/bootstrap.min.js
- node_modules/yamljs/dist/yaml.js
- node_modules/yamljs/dist/yaml.debug.js
- node_modules/yamljs/dist/yaml.legacy.js
- node_modules/yamljs/dist/yaml.min.js
- node_modules/openlayers/dist/ol.css
- node_modules/openlayers/dist/ol-debug.css
- node_modules/openlayers/dist/ol.js
- node_modules/openlayers/dist/ol-debug.js
- node_modules/jsts/dist/jsts.min.js
- node_modules/showdown/dist/showdown.js
- node_modules/showdown/dist/showdown.js.map
- node_modules/showdown/dist/showdown.min.js
- node_modules/showdown/dist/showdown.min.js.map
- lib/geodash/geodash.js
- lib/geodash/geodash.min.js
system:
files:
- "src/js/systemjs.config.js"
- "node_modules/systemjs/dist/system.src.js"
- "node_modules/systemjs/dist/system.js"
build:
deps.bundle.js:
name: deps.bundle.js
type: js
src:
- node_modules/jquery/jquery.min.js
- node_modules/tether/dist/js/tether.min.js
- node_modules/bootstrap/dist/js/bootstrap.min.js
- node_modules/openlayers/dist/ol-debug.js
- node_modules/jsts/dist/jsts.min.js
#- node_modules/core-js/client/shim.min.js
#- node_modules/zone.js/dist/zone.js
#- node_modules/systemjs/dist/system.src.js
- node_modules/showdown/dist/showdown.min.js
- lib/geodash/geodash.min.js
- node_modules/yamljs/dist/yaml.min.js
- build/templates/templates.js
#- src/js/geodash.config.js
#- node_modules/rxjs/bundles/Rx.min.js
#- src/js/systemjs.config.js
outfile: deps.bundle.js
dest: ./build/js/
app.css:
name: app.css
type: less
src:
- src/less/geodashviewer.less
#- { type: variable, name: compile_less } # GeoDash will concat array variables
outfile: app.css
dest: ./build/css/
paths: ./src/less/
templates.js:
name: templates.js
outfile: templates.js
dest: build/templates/
app.js:
name: app.js
src:
- src/main.ts
- src/ts/app.module.ts
dest: build/js
outfile: app.js
s3:
src:
files:
- "build/css/*"
- "build/js/geodash.config.min.js"
- "build/js/polyfill.min.js"
- "build/js/deps.bundle.js"
- "build/resources/shim.min.js"
- "build/resources/zone.min.js"
- "build/system/system.js"
- "build/system/systemjs.config.js"
- "build/geodash-viewer-angular/*.js"
#- "build/geodash-viewer-angular/*.js.map"
patch:
targets:
- index.html
- systemjs.html
files:
- app.css
- geodash.config.min.js
- polyfill.min.js
- deps.bundle.js
- shim.min.js
- zone.min.js
- system.js
- systemjs.config.js
- inline.bundle.js
- polyfills.bundle.js
- styles.bundle.js
- vendor.bundle.js
- main.bundle.js