-
Notifications
You must be signed in to change notification settings - Fork 0
/
gcweb.libraries.yml
executable file
·48 lines (43 loc) · 1.53 KB
/
gcweb.libraries.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
# Library for the theme
global-styling:
css:
theme:
css/style.min.css: { minified: true, attributes: { defer: true } }
js:
js/citation.min.js: { minified: true, attributes: { defer: true } }
dependencies:
- core/jquery
# Library for loading WET-BOEW CDTS template scripts
wet-load:
js:
js/wet-load.min.js: { minified: true }
dependencies:
- core/jquery
# Library for WET-BOEW assets
wet-boew:
css:
theme:
/libraries/theme-gcweb/css/theme.min.css: { browsers: { IE: 'gte IE 9', '!IE': true }, minified: true, attributes: { defer: true } }
/libraries/theme-gcweb/css/wet-boew.min.css: { browsers: { IE: 'gte IE 9', '!IE': true }, minified: true, attributes: { defer: true } }
/libraries/theme-gcweb/css/messages.min.css: { browsers: { IE: 'gte IE 9', '!IE': true }, minified: true, attributes: { defer: true } }
js:
/libraries/wet-boew/js/wet-boew.min.js: { preprocess: false, browsers: { IE: 'gte IE 9', '!IE': true }, minified: false, weight: -1 }
/libraries/theme-gcweb/js/theme.min.js: { preprocess: false, minified: false }
dependencies:
- core/jquery
# Library for highlighting
highlight:
js:
js/highlight.min.js: { minified: true, attributes: { defer: true } }
# Library for event tracking
event-tracking:
js:
js/event-tracking.min.js: { minified: true, attributes: { defer: true } }
dependencies:
- core/jquery
- core/drupalSettings
# Library for homepage
front:
css:
theme:
css/front.min.css: { minified: true, attributes: { defer: true } }