mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 22:08:08 +01:00
e6a7cfd12e
Port 5eeb40bdbe
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
9 lines
207 B
JavaScript
9 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);
|