Version 1
[yaffs-website] / web / core / modules / system / tests / modules / ajax_test / ajax_test.libraries.yml
diff --git a/web/core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml b/web/core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml
new file mode 100644 (file)
index 0000000..f1c7306
--- /dev/null
@@ -0,0 +1,23 @@
+order:
+ drupalSettings:
+   ajax: test
+ dependencies:
+   - ajax_test/order-css-command
+   - ajax_test/order-footer-js-command
+   - ajax_test/order-header-js-command
+
+order-css-command:
+  css:
+     theme:
+       # Two CSS files (order should remain the same).
+       a.css: {}
+       b.css: {}
+
+order-footer-js-command:
+  js:
+    footer.js: {}
+
+order-header-js-command:
+  header: true
+  js:
+    header.js: {}