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