This website requires JavaScript.
Explore
关于
常见问题
Help
Sign in
Discourse
/
discourse
Watch
2
Star
0
Fork
You've already forked discourse
0
mirror of
https://github.com/discourse/discourse.git
synced
2025-09-06 10:50:21 +08:00
Code
Packages
Activity
Actions
9
cfe4ff8d56
discourse
/
app
/
assets
/
javascripts
/
vendor.js
3 lines
51 B
JavaScript
Raw
Normal View
History
Unescape
Escape
DEV: Remove `ember_jquery` in most situations (#13237) In Ember CLI, the vendor bundler includes Ember/jQuery, so this brings our app closer to that configuration. We have a couple pages (Reset Password / Confirm New Email) where we need `ember_jquery` without vendor so the file still exists for those cases.
2021-06-01 15:32:51 -04:00
//= require ember_jquery
DEV: Support for running theme test with Ember CLI (third attempt) The second attempt fixed issues with smoke test. This one makes sure minification only happens in production mode.
2022-01-13 15:16:34 -05:00
//= require vendor-common
Copy permalink