about summary refs log tree commit diff
path: root/app/javascript/core/common.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/core/common.js')
-rw-r--r--app/javascript/core/common.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/javascript/core/common.js b/app/javascript/core/common.js
new file mode 100644
index 000000000..1cee2f603
--- /dev/null
+++ b/app/javascript/core/common.js
@@ -0,0 +1,6 @@
+//  This file will be loaded on all pages, regardless of theme.
+
+import 'packs/public-path';
+import 'font-awesome/css/font-awesome.css';
+
+require.context('../images/', true);