-
Notifications
You must be signed in to change notification settings - Fork 7
/
assetgen.yaml
52 lines (43 loc) · 1.51 KB
/
assetgen.yaml
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
generate:
- js/wikihouse.js:
source:
- raw: |
// Public Domain (-) 2011-2013 The Ampify Authors.
// See the Ampify UNLICENSE file for details.
(function ($) {
- %(AMPIFY_ROOT)s/third_party/jslibs/jquery/plugins/jquery.cycle.lite.js
- %(AMPIFY_ROOT)s/third_party/jslibs/jquery/plugins/jquery.parsequery.js
- %(AMPIFY_ROOT)s/third_party/jslibs/jquery/plugins/jquery.url.js
- %(AMPIFY_ROOT)s/third_party/jslibs/jquery.fitvids.js
- %(AMPIFY_ROOT)s/third_party/jslibs/css3-mediaqueries.js
- static/src/coffee/*.coffee
- raw: |
})(jQuery);
- svgweb/*:
source: %(AMPIFY_ROOT)s/third_party/jslibs/svgweb/*
type: binary
- gfx/*:
source: %(AMPIFY_ROOT)s/third_party/wikihouse-resources/gfx/*
type: binary
- doc/*:
source: %(AMPIFY_ROOT)s/third_party/wikihouse-resources/doc/*
type: binary
- css/simplegrid/*:
source: %(AMPIFY_ROOT)s/third_party/wikihouse-resources/SimpleGrid/css/*
type: binary
- css/wikihouse.css:
source:
- %(AMPIFY_ROOT)s/third_party/wikihouse-resources/reset.css
- raw: |
/* Public Domain (-) 2011-2013 The Ampify Authors.
* See the Ampify UNLICENSE file for details. */
- static/src/sass/*.sass
output.directory: static/build
output.hashed: true
output.manifest: assets.json
css.embed.path.root: %(AMPIFY_ROOT)s/third_party/wikihouse-resources/gfx
css.embed.url.base: /static/gfx
profile.dev:
output.hashed: false
css.compress: false
js.compress: false