mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 20:03:24 +00:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
import 'packs/public-path';
|
|
import { start } from '@rails/ujs';
|
|
import 'flavours/glitch/styles/index.scss';
|
|
|
|
start();
|
|
|
|
// This ensures that webpack compiles our images.
|
|
require.context('../images', true);
|