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
9a18bacbe3412824fa9ada22237bab8f0ac25169
discourse/app/assets/javascripts/ember_include.js.erb

Failed to ignore revisions in .git-blame-ignore-revs.

8 lines
129 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?
Ember 1.12 support
2015-08-11 17:34:02 -04:00
require_asset ("ember.debug.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
Ember 1.11 broken WIP
2015-04-29 14:57:08 -04:00
require_asset ("ember.prod.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: 285ms 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