blob: 94a4e6ee4e65ca48d3071957f94246d3c03d6931 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
import { start } from 'rails-ujs';
start();
import 'flavours/glitch/styles/index.scss';
// This ensures that webpack compiles our images.
require.context('../images', true);
|