This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-11-18 15:12:52 -08:00
|
|
|
// This file will be loaded on all pages, regardless of theme.
|
|
|
|
|
|
|
|
import { start } from 'rails-ujs';
|
2017-11-30 19:29:47 -08:00
|
|
|
import 'font-awesome/css/font-awesome.css';
|
|
|
|
|
|
|
|
require.context('images/', true);
|
2017-11-18 15:12:52 -08:00
|
|
|
|
|
|
|
start();
|