mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 11:54:44 +08:00
FIX: Update asset precompile list following c7dce90f (#23393)
`test-helpers.js` no longer exists. We need `tests.js` instead.
This commit is contained in:
@ -29,7 +29,7 @@ Rails.application.config.assets.precompile += %w[
|
|||||||
admin.js
|
admin.js
|
||||||
wizard.js
|
wizard.js
|
||||||
test-support.js
|
test-support.js
|
||||||
test-helpers.js
|
tests.js
|
||||||
test-site-settings.js
|
test-site-settings.js
|
||||||
browser-detect.js
|
browser-detect.js
|
||||||
browser-update.js
|
browser-update.js
|
||||||
|
Reference in New Issue
Block a user