]> cat aescling's git repositories - mastodon.git/blob - app/javascript/mastodon/common.js
Revert Font Awesome 5 upgrade (#8810)
[mastodon.git] / app / javascript / mastodon / common.js
1 import Rails from 'rails-ujs';
2
3 export function start() {
4 require('font-awesome/css/font-awesome.css');
5 require.context('../images/', true);
6
7 Rails.start();
8 };
This page took 0.104265 seconds and 6 git commands to generate.