mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Combine jQuery and migrate into the same file (#3919)
Fixes #3917. This fixes the double alias that was introduced when jquery was updated and migrate was added. Credit to @CptMeatball
This commit is contained in:
parent
d64c010e4b
commit
0e9b3ce786
217
modules/backend/assets/js/vendor/jquery-and-migrate.min.js
vendored
Normal file
217
modules/backend/assets/js/vendor/jquery-and-migrate.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -147,8 +147,7 @@ class CombineAssets
|
||||
/*
|
||||
* Common Aliases
|
||||
*/
|
||||
$this->registerAlias('jquery', '~/modules/backend/assets/js/vendor/jquery.min.js');
|
||||
$this->registerAlias('jquery', '~/modules/backend/assets/js/vendor/jquery-migrate.min.js');
|
||||
$this->registerAlias('jquery', '~/modules/backend/assets/js/vendor/jquery-and-migrate.min.js');
|
||||
$this->registerAlias('framework', '~/modules/system/assets/js/framework.js');
|
||||
$this->registerAlias('framework.extras', '~/modules/system/assets/js/framework.extras.js');
|
||||
$this->registerAlias('framework.extras', '~/modules/system/assets/css/framework.extras.css');
|
||||
|
Loading…
x
Reference in New Issue
Block a user