0
0
Fork 0

Avoid loading rails-ujs twice on vanilla flavour

This commit is contained in:
Thibaut Girka 2018-07-16 16:42:52 +02:00
parent f26f1145ac
commit bcf157a1a9
2 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,5 @@
// This file will be loaded on all pages, regardless of theme.
import { start } from 'rails-ujs';
import 'font-awesome/css/font-awesome.css';
require.context('../images/', true);
start();