-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
95 lines (95 loc) · 2.99 KB
/
config.yml
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
---
name: geodashviewer
version: "0.0.1"
description: "GeoDash Viewer 1.x"
path:
geodash: "./src/geodash"
less:
pre: ["./src/less/geodashviewer.less"]
paths: ["./src/geodash/global"]
outfile: "main.css"
dest: "./build/css/"
bootstrap:
src: "/home/vagrant/geodash-base.git/lib/bootstrap/3.3.5/less"
variables: "./src/geodash/global/variables.less"
dest: "./build/bootstrap"
plugins:
# Used for Production
- { branch: master, url: https://github.com/geodashio/geodash-plugin-map-map.git }
- { branch: master, url: https://github.com/geodashio/geodash-plugin-main.git }
# Used for Development
#- file:///home/vagrant/geodash-plugin-map-map.git
#- file:///home/vagrant/geodash-plugin-main.git
dependencies:
production:
javascript:
- "./src/config.js"
- "./build/meta/meta.js"
- "./build/templates/templates.js"
templates:
- "./src/templates/*.html"
project:
- "~/geodash-base.git/config.yml"
test:
javascript: ["./src/config.js"]
compiler: { list: [] }
resources:
- { name: geodashviewer.less, path: ./src/less/geodashviewer.less }
- { name: bootstrap.css, path: ./build/bootstrap/bootstrap.css }
- { name: polyfill.min.js, path: ./build/js/polyfill.min.js }
build:
main.css:
name: main.css
type: less
src:
- type: resource
project: geodashviewer
name: geodashviewer.less
- type: var
name: compile_less # GeoDash will concat array variables
outfile: geodashviewer.css
dest: ./build/css/
paths: ./src/geodash/global
polyfill.js:
name: polyfill.js
type: js
uglify: true # Create an unglified version at *.min.js
src: "./src/polyfill/*.js"
outfile: polyfill.js
dest: ./build/js/
main.js:
name: main.js
type: js
uglify: true # Create an unglified version at *.min.js
src:
- type: variable
name: compile_js # GeoDash will concat array variables
outfile: geodashviewer.js
dest: ./build/js/
monolith.js:
name: monolith.js
type: js
src:
- { type: resource, name: geodash:jquery.js@1.9.1 }
- { type: resource, name: geodash:tether.js@1.3.3 }
- { type: resource, name: geodash:jquery-ui.js@1.11.4 }
- { type: resource, name: geodash:yaml.js }
- { type: resource, name: geodash:typeahead.js }
- type: resource
project: geodash
version: "1.4.0-beta.4"
names:
- angular.js
- angular-route.js
- angular-sanitize.js
- angular-cookies.js
- { type: resource, name: geodash:bootstrap.js@4.0.0-alpha.6 }
- { type: resource, name: geodash:d3.js@3.5.14 }
- { type: resource, name: geodash:c3.js@0.4.10 }
- { type: resource, name: geodash:ol3.js@3.20.1-bootstrap-v4 }
- { type: resource, name: geodash:jsts.js@1.3.0 }
- { type: resource, name: geodash:showdown.js@1.3.0 }
- { type: resource, name: geodash:geodash.js@0.0.1 }
- { type: build, name: main.js }
outfile: geodashviewer.full.js
dest: ./build/js/