Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console / templates / theme / libraries.yml.twig
diff --git a/vendor/drupal/console/templates/theme/libraries.yml.twig b/vendor/drupal/console/templates/theme/libraries.yml.twig
new file mode 100644 (file)
index 0000000..8d2379e
--- /dev/null
@@ -0,0 +1,16 @@
+{{ global_library }}:
+   version: 1.0
+   css:
+    theme:
+      #css/your_style_sheet.css : {}
+   js:
+     #js/your_js.js : {}
+{% for library in libraries %}
+{{ library.library_name }}:
+  version: {{ library.library_version }}
+   css:
+    theme:
+      #js/your_js.js : {}
+   js:
+     #js/your_js.js : {}
+{% endfor %}
\ No newline at end of file