FIX: Just inline the QUnit CSS in theme-test html (#17415)

Side-steps sassc compilation issues.
This commit is contained in:
Jarek Radosz
2022-07-11 12:01:47 +02:00
committed by GitHub
parent 0ffa93ccaf
commit 5b70b67e78
5 changed files with 9 additions and 453 deletions

View File

@@ -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