Logo
Explore Help
Sign In
IntenseWebs/discourse
3
0
Fork 0
You've already forked discourse
mirror of https://github.com/discourse/discourse.git synced 2025-02-25 18:55:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
6c58cb982a5477d02d241b9e86877b2f837f9c29
discourse/app/assets/javascripts/jquery_include.js.erb

8 lines
159 B
Plaintext
Raw Normal View History

split js with vendor/application avoid one huge js bundle and instead break it down to application and vendor (3rd party) our app changes a lot, vendor changes a lot less
2013-12-23 10:32:07 +11:00
<%
fix build?
2013-12-23 17:53:33 +11:00
if Rails.env.development? || Rails.env.test?
Bump hashes on various files Upgrade jquery I made this commit cause my JS debugging CDN support added a header and wanted we bump cache everywhere
2014-05-15 15:52:09 +10:00
require_asset ("development/jquery-2.1.1.js")
split js with vendor/application avoid one huge js bundle and instead break it down to application and vendor (3rd party) our app changes a lot, vendor changes a lot less
2013-12-23 10:32:07 +11:00
else
Bump hashes on various files Upgrade jquery I made this commit cause my JS debugging CDN support added a header and wanted we bump cache everywhere
2014-05-15 15:52:09 +10:00
require_asset ("production/jquery-2.1.1.min.js")
split js with vendor/application avoid one huge js bundle and instead break it down to application and vendor (3rd party) our app changes a lot, vendor changes a lot less
2013-12-23 10:32:07 +11:00
end
%>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 79ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API