This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-11 13:55:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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
Reference in New Issue
Copy Permalink