about summary refs log tree commit diff
path: root/app/javascript/core/common.js
blob: bb4b9793518937729c080e84fcb96e879abcbe8d (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();