blob: 1fedc890a3cfed8707ba1584a6f4633c26890681 (
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);
|