Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-12 21:22:54 +01:00
8 Zeilen
159 B
Text
8 Zeilen
159 B
Text
|
<%
|
||
|
if @force_ember_debug || Rails.env.development? || Rails.env.test?
|
||
|
require_asset("ember.debug.js")
|
||
|
else
|
||
|
require_asset("ember.prod.js")
|
||
|
end
|
||
|
%>
|