mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 07:34:18 +08:00
409c8585e4
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.
11 lines
275 B
JavaScript
11 lines
275 B
JavaScript
//= require ember_jquery
|
|
//= require template_include.js
|
|
//= require jquery.ui.widget.js
|
|
//= require jquery.fileupload.js
|
|
//= require bootstrap-modal.js
|
|
//= require bootbox.js
|
|
//= require virtual-dom
|
|
//= require virtual-dom-amd
|
|
//= require popper.js
|
|
//= require wizard-shims
|