discourse/app/assets/javascripts/ember_include.js.erb
Sam cb05b44ee6 move template compiler into vendor for now
in future we want to remove it and only include handlebars runtime
2015-11-25 15:54:54 +11:00

8 lines
129 B
Plaintext

<%
if Rails.env.development? || Rails.env.test?
require_asset ("ember.debug.js")
else
require_asset ("ember.prod.js")
end
%>