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