1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-24 14:37:20 +00:00
mastodon/app/javascript/flavours/glitch/packs/common.js

9 lines
178 B
JavaScript
Raw Normal View History

import { start } from 'rails-ujs';
start();
2017-12-03 23:26:40 -08:00
import 'flavours/glitch/styles/index.scss';
2017-12-10 20:15:09 -08:00
// This ensures that webpack compiles our images.
require.context('../images', true);