about summary refs log tree commit diff
path: root/app/javascript/core/common.js
blob: 1cee2f6036f08c3c7b9a558f8fd02230e6f02a82 (plain) (blame)
1
2
3
4
5
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);