Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-10 12:22:54 +01:00
ce3d2ced55
The completion of the move to ember-cli in core requires a move to an independent asset pipeline. The wizard app itself will be upgraded to ember-cli when I have time. See further: -fcb4e5a1a1
-1b4692039e
-a69b914710
7 Zeilen
159 B
Text
7 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
|
|
%>
|