mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 23:00:46 +08:00
![Sam](/assets/img/avatar_default.png)
(this removes a nice 50K from our initial payload and saves memory) Also fixes invalid HTML automatically if added to HEAD or /BODY
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
<%
|
|
if Rails.env.development? || Rails.env.test?
|
|
require_asset ("handlebars.js")
|
|
require_asset ("ember-template-compiler.js")
|
|
else
|
|
require_asset ("handlebars.runtime.js")
|
|
end
|
|
%>
|