Fix #4058: FontAwesome CDN is slow/blocking.
Switch to the free self-hosted version of FontAwesome. We're not using any Pro icons, so the Pro version isn't necessary.
This commit is contained in:
@@ -25,6 +25,9 @@ require("jquery-ui/themes/base/draggable.css");
|
||||
require("jquery-ui/themes/base/resizable.css");
|
||||
require("jquery-ui/themes/base/theme.css");
|
||||
|
||||
require("@fortawesome/fontawesome-free/css/all.css");
|
||||
require("@fortawesome/fontawesome-free/js/all.js");
|
||||
|
||||
importAll(require.context('../src/javascripts', true, /\.js(\.erb)?$/));
|
||||
importAll(require.context('../src/styles', true, /\.s?css(?:\.erb)?$/));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user