mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:56:01 +08:00
cb05b44ee6
in future we want to remove it and only include handlebars runtime
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
<%
|
|
if Rails.env.development? || Rails.env.test?
|
|
require_asset ("ember.debug.js")
|
|
else
|
|
require_asset ("ember.prod.js")
|
|
end
|
|
%>
|