Removed alertify from default loaded assets. Updated adminlte script location

parent 60174e94
......@@ -106,7 +106,7 @@ return [
'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'],
'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'],
'ckeditor.js' => ['theme' => 'js/vendor/ckeditor/ckeditor.js'],
'lodash.js' => ['module' => 'dashboard:vendor/lodash/lodash.min.js'],
......@@ -137,8 +137,6 @@ return [
'css' => [
'bootstrap.css',
'font-awesome.css',
'alertify.core.css',
'alertify.default.css',
'dataTables.bootstrap.css',
'icheck.blue.css',
'AdminLTE.css',
......@@ -151,13 +149,12 @@ return [
'js' => [
'bootstrap.js',
'mousetrap.js',
'alertify.js',
'icheck.js',
'jquery.dataTables.js',
'dataTables.bootstrap.js',
'jquery.slug.js',
'keypressAction.js',
'app.js',
'adminlte.js',
'pace.js',
'selectize.js',
'main.js',
......
......@@ -13,6 +13,7 @@ versions:
- Tell users about the -f force flag for the asgard installer
- 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
- Removed default loading of unneeded assets
"3.0.0":
added:
- Created a vue component for the delete buttons on index pages
......
url: https://github.com/AsgardCms/Platform
versions:
"3.1.0@unreleased":
changed:
- Updated AdminLTE to version 2.4.0
"3.0.3":
changed:
- Adding error styles on el-tabs
......
......@@ -137,8 +137,6 @@ return [
'css' => [
'bootstrap.css',
'font-awesome.css',
'alertify.core.css',
'alertify.default.css',
'dataTables.bootstrap.css',
'icheck.blue.css',
'AdminLTE.css',
......@@ -151,7 +149,6 @@ return [
'js' => [
'bootstrap.js',
'mousetrap.js',
'alertify.js',
'icheck.js',
'jquery.dataTables.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