glitch-soc/app/javascript/core/common.js

9 lines
189 B
JavaScript
Raw Normal View History

2017-11-18 18:12:52 -05:00
// This file will be loaded on all pages, regardless of theme.
import { start } from 'rails-ujs';
2017-11-30 22:29:47 -05:00
import 'font-awesome/css/font-awesome.css';
require.context('images/', true);
2017-11-18 18:12:52 -05:00
start();