Avoid loading rails-ujs twice on vanilla flavour
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user