mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-17 12:24:31 +00:00
e6a7cfd12e
Port 5eeb40bdbe
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
10 lines
207 B
JavaScript
10 lines
207 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);
|