2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
discourse/app/assets/javascripts/jquery_include.js.erb

8 lines
140 B
Text
Raw Normal View History

<%
if Rails.env.development?
require_asset ("development/jquery-2.0.3.js")
else
require_asset ("production/jquery-2.0.3.min.js")
end
%>