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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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
<%
Revert "DEV: Support for running theme test with Ember CLI (second attempt)" (#15559) This reverts commit 2c7906999a6f651ec25f15dd7a6dd11c5e892d68. The changes break some things in local development (putting JS files into minified files, not allowing debugger, and others)
2022-01-13 10:05:35 +10: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: 508ms Template: 2ms
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