-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathec_europa.make
27 lines (22 loc) · 1.44 KB
/
ec_europa.make
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
api = 2
core = 7.x
libraries[html5shiv][destination] = "themes/ec_europa"
libraries[html5shiv][directory_name] = "assets/scripts/libraries"
libraries[html5shiv][download][type] = "get"
libraries[html5shiv][download][url] = "https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"
libraries[matchMedia][destination] = "themes/ec_europa"
libraries[matchMedia][directory_name] = "assets/scripts/libraries/matchMedia"
libraries[matchMedia][download][type] = get
libraries[matchMedia][download][url] = "https://github.com/paulirish/matchMedia.js/archive/0.2.0.zip"
libraries[respond][destination] = "themes/ec_europa"
libraries[respond][directory_name] = "assets/scripts/libraries"
libraries[respond][download][type] = "get"
libraries[respond][download][url] = "https://raw.githubusercontent.com/scottjehl/Respond/master/dest/respond.min.js"
libraries[accessibleTabs][destination] = "themes/ec_europa"
libraries[accessibleTabs][directory_name] = "assets/scripts/libraries"
libraries[accessibleTabs][download][type] = "get"
libraries[accessibleTabs][download][url] = "https://raw.githubusercontent.com/ec-europa/jquery-accessible-tabs-aria/master/jquery-accessible-tabs.js"
libraries[scrollTo][destination] = "themes/ec_europa"
libraries[scrollTo][directory_name] = "assets/scripts/libraries"
libraries[scrollTo][download][type] = "get"
libraries[scrollTo][download][url] = "https://raw.githubusercontent.com/flesler/jquery.scrollTo/2.1.2/jquery.scrollTo.min.js"