mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Just inline the QUnit CSS in theme-test html (#17415)
Side-steps sassc compilation issues.
This commit is contained in:
@@ -251,11 +251,6 @@ module Discourse
|
||||
|
||||
ActionView::Base.precompiled_asset_checker = -> logical_path do
|
||||
default_checker[logical_path] ||
|
||||
%w{qunit.js
|
||||
qunit.css
|
||||
test_helper.css
|
||||
discourse/tests/test-boot-rails.js
|
||||
}.include?(logical_path) ||
|
||||
logical_path =~ /\/node_modules/ ||
|
||||
logical_path =~ /\/dist/
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user