about summary refs log tree commit diff
path: root/app/javascript/core/common.js
blob: a7073ef0eb97425fecf9f137ea2e7d75b6ae417e (plain) (blame)
1
2
3
4
5
6
7
8
//  This file will be loaded on all pages, regardless of theme.

import { start } from 'rails-ujs';
import 'font-awesome/css/font-awesome.css';

require.context('../images/', true);

start();