22147924fdd372f43f77d6b853d98da521f2eed2
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / yml / module-libraries.twig
1 # Custom module library for general purposes.
2 {{ machine_name }}:
3   js:
4     js/{{ machine_name|u2h }}.js: {}
5   css:
6     component:
7       css/{{ machine_name|u2h }}.css: {}
8   dependencies:
9     - core/drupalSettings
10     - {{ machine_name }}/jquery-labelauty
11
12 # Third-party library (self hosted).
13 jquery-labelauty:
14   remote: https://github.com/fntneves/jquery-labelauty
15   version: 1.1.0
16   license:
17     name: MIT
18     url: https://github.com/fntneves/jquery-labelauty/blob/v1.1.0/LICENSE
19     gpl-compatible: true
20   js:
21     /libraries/jquery-labelauty/source/jquery-labelauty.js: {}
22   css:
23     component:
24       /libraries/jquery-labelauty/source/jquery-labelauty.css: {}
25   dependencies:
26     - core/jquery
27
28 # Third-party library (CDN).
29 vuejs:
30   remote: https://vuejs.org
31   version: 2.0.5
32   license:
33     name: MIT
34     url: https://github.com/vuejs/vue/blob/dev/LICENSE
35     gpl-compatible: true
36   js:
37     https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js: {type: external, minified: true}