FIX: Allow highlightjs-worker to be compiled successfully
This commit is contained in:
parent
d09f283e91
commit
c802c7367a
|
@ -1,3 +1,5 @@
|
|||
// discourse-skip-module
|
||||
|
||||
// Standalone worker for highlightjs syntax generation
|
||||
|
||||
// The highlightjs path changes based on site settings,
|
||||
|
|
|
@ -56,6 +56,7 @@ class DiscourseJsProcessor
|
|||
activate-account
|
||||
auto-redirect
|
||||
embed-application
|
||||
highlightjs-worker
|
||||
app-boot
|
||||
).any? { |f| relative_path == "#{js_root}/#{f}.js" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue