Removed alertify from default loaded assets. Updated adminlte script location

parent 60174e94
...@@ -106,7 +106,7 @@ return [ ...@@ -106,7 +106,7 @@ return [
'jquery.dataTables.js' => ['theme' => 'vendor/datatables.net/js/jquery.dataTables.min.js'], 'jquery.dataTables.js' => ['theme' => 'vendor/datatables.net/js/jquery.dataTables.min.js'],
'dataTables.bootstrap.js' => ['theme' => 'vendor/datatables.net-bs/js/dataTables.bootstrap.min.js'], 'dataTables.bootstrap.js' => ['theme' => 'vendor/datatables.net-bs/js/dataTables.bootstrap.min.js'],
'jquery.slug.js' => ['theme' => 'js/vendor/jquery.slug.js'], 'jquery.slug.js' => ['theme' => 'js/vendor/jquery.slug.js'],
'app.js' => ['theme' => 'vendor/admin-lte/dist/js/app.js'], 'adminlte.js' => ['theme' => 'vendor/admin-lte/dist/js/adminlte.min.js'],
'keypressAction.js' => ['module' => 'core:js/keypressAction.js'], 'keypressAction.js' => ['module' => 'core:js/keypressAction.js'],
'ckeditor.js' => ['theme' => 'js/vendor/ckeditor/ckeditor.js'], 'ckeditor.js' => ['theme' => 'js/vendor/ckeditor/ckeditor.js'],
'lodash.js' => ['module' => 'dashboard:vendor/lodash/lodash.min.js'], 'lodash.js' => ['module' => 'dashboard:vendor/lodash/lodash.min.js'],
...@@ -137,8 +137,6 @@ return [ ...@@ -137,8 +137,6 @@ return [
'css' => [ 'css' => [
'bootstrap.css', 'bootstrap.css',
'font-awesome.css', 'font-awesome.css',
'alertify.core.css',
'alertify.default.css',
'dataTables.bootstrap.css', 'dataTables.bootstrap.css',
'icheck.blue.css', 'icheck.blue.css',
'AdminLTE.css', 'AdminLTE.css',
...@@ -151,13 +149,12 @@ return [ ...@@ -151,13 +149,12 @@ return [
'js' => [ 'js' => [
'bootstrap.js', 'bootstrap.js',
'mousetrap.js', 'mousetrap.js',
'alertify.js',
'icheck.js', 'icheck.js',
'jquery.dataTables.js', 'jquery.dataTables.js',
'dataTables.bootstrap.js', 'dataTables.bootstrap.js',
'jquery.slug.js', 'jquery.slug.js',
'keypressAction.js', 'keypressAction.js',
'app.js', 'adminlte.js',
'pace.js', 'pace.js',
'selectize.js', 'selectize.js',
'main.js', 'main.js',
......
...@@ -13,6 +13,7 @@ versions: ...@@ -13,6 +13,7 @@ versions:
- Tell users about the -f force flag for the asgard installer - Tell users about the -f force flag for the asgard installer
- Update the message displayed while the admin user is created. - Update the message displayed while the admin user is created.
- Fixed issue when <code>hideDefaultLocaleInURL</code> was set to true making VueJS routes not working - Fixed issue when <code>hideDefaultLocaleInURL</code> was set to true making VueJS routes not working
- Removed default loading of unneeded assets
"3.0.0": "3.0.0":
added: added:
- Created a vue component for the delete buttons on index pages - Created a vue component for the delete buttons on index pages
......
url: https://github.com/AsgardCms/Platform url: https://github.com/AsgardCms/Platform
versions: versions:
"3.1.0@unreleased":
changed:
- Updated AdminLTE to version 2.4.0
"3.0.3": "3.0.3":
changed: changed:
- Adding error styles on el-tabs - Adding error styles on el-tabs
......
...@@ -137,8 +137,6 @@ return [ ...@@ -137,8 +137,6 @@ return [
'css' => [ 'css' => [
'bootstrap.css', 'bootstrap.css',
'font-awesome.css', 'font-awesome.css',
'alertify.core.css',
'alertify.default.css',
'dataTables.bootstrap.css', 'dataTables.bootstrap.css',
'icheck.blue.css', 'icheck.blue.css',
'AdminLTE.css', 'AdminLTE.css',
...@@ -151,7 +149,6 @@ return [ ...@@ -151,7 +149,6 @@ return [
'js' => [ 'js' => [
'bootstrap.js', 'bootstrap.js',
'mousetrap.js', 'mousetrap.js',
'alertify.js',
'icheck.js', 'icheck.js',
'jquery.dataTables.js', 'jquery.dataTables.js',
'dataTables.bootstrap.js', 'dataTables.bootstrap.js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment