DEV: Rename deprecated to the more appropriate app-boot

This commit is contained in:
Robin Ward
2020-05-01 15:18:41 -04:00
parent cdbba81ee0
commit e57fd283db
6 changed files with 17 additions and 24 deletions

View File

@ -57,6 +57,7 @@ class DiscourseJsProcessor
activate-account
auto-redirect
embed-application
app-boot
).any? { |f| relative_path == "#{js_root}/#{f}.js" }
return true if plugin_transpile_paths.any? { |prefix| relative_path.start_with?(prefix) }