mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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.
This commit is contained in:
@@ -175,7 +175,6 @@ module Discourse
|
||||
embed-application.js
|
||||
discourse/tests/theme_qunit_helper.js
|
||||
discourse/tests/theme_qunit_vendor.js
|
||||
discourse/tests/theme_qunit_ember_jquery.js
|
||||
discourse/tests/test_starter.js
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user