mastodon/app/javascript/flavours/glitch/packs/common.js
ThibG 813c84cd6c [Glitch] Change how CDN_HOST is passed down to make assets build reproducible
Port 4c45b43cb8 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-10-21 21:28:47 +02:00

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);