mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
5 lines
288 B
Ruby
5 lines
288 B
Ruby
# Copyright (C) 2012-2026 Zammad Foundation, https://zammad-foundation.org/
|
|
|
|
if Rails.env.development? && (ExecJS.runtime&.name != 'Node.js (V8)')
|
|
raise "The CoffeeScript assets cannot be compiled with the installed JS runtime '#{ExecJS.runtime.name}'. Please use Node.js instead."
|
|
end
|