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