mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-02-08 04:29:33 +00:00
10 lines
207 B
JavaScript
10 lines
207 B
JavaScript
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);
|