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.
2020-03-22 08:10:44 -07:00
|
|
|
import { start } from '@rails/ujs';
|
2018-07-16 07:42:52 -07:00
|
|
|
|
|
|
|
start();
|
|
|
|
|
2017-12-03 23:26:40 -08:00
|
|
|
import 'flavours/glitch/styles/index.scss';
|
2017-12-10 20:15:09 -08:00
|
|
|
|
|
|
|
// This ensures that webpack compiles our images.
|
|
|
|
require.context('../images', true);
|