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
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…
Reference in New Issue