Commit ec7f185f authored by Kevin Yumang's avatar Kevin Yumang

SERV-2286 - moved all custom css and js on each eleemnt's attachments folder

parent bac52c75
......@@ -42,7 +42,7 @@
{
$this->assetAllocation = [
'Limitless::CardStart' => [
'card.js'
'Attachments/card.js'
]
];
}
......
......@@ -52,7 +52,7 @@
'Attachments/exporting/buttons.print.min.js',
'Attachments/datatables.init.js',
'Attachments/datatables.init.css',
'datatable.css',
'Attachments/datatable.css',
secure_url('/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/global_assets/js/plugins/forms/selects/select2.min.js'),
]
];
......
......@@ -47,8 +47,8 @@
public $assetAllocation = [
'Limitless::Example' => [
'Example/example.js',
'Example/example.css'
'Example/Attachments/example.js',
'Example/Attachments/example.css'
]
];
......
......@@ -46,7 +46,7 @@
{
$this->assetAllocation = [
'Limitless::ModalStart' => [
'modal.js'
'Attachments/modal.js'
]
];
}
......
......@@ -47,7 +47,7 @@ class Config
{
$this->assetAllocation = [
'Limitless::SideNavStart' => [
'sidenav.js'
'Attachments/sidenav.js'
]
];
}
......
......@@ -56,8 +56,8 @@ class Config
{
$this->assetAllocation = [
'Limitless::TopNavStart' => [
'topnav.js',
'topnav.css'
'Attachments/topnav.js',
'Attachments/topnav.css'
]
];
}
......
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