Folder Organization
Folder Organization
Taylor514ce
Posts: 74Questions: 8Answers: 0
I am building a new version of my site, which is a "Control Panel" page for a print management system. I am using jquery, jquery UI, and Datatables 1.9, and themeroller.
I have tabs, and each tab will have an accordion, and one of the accordions on each tab will contain a Datatable looking at an Ajax source, with TableTools.
My question of the moment is, how to setup the underlying folder structure and get all the internal links and references working? When I download the various components, I end up with multiple js, css, media, etc. folders, a "development-bundle" folder and have no idea how to unify theme into a single folder structure that uses themes.
Surely someone has put all of these pieces together before and can offer a guide on how to move the various components around so that there is a single folder for js, a single folder for css, etc.
Thanks,
I have tabs, and each tab will have an accordion, and one of the accordions on each tab will contain a Datatable looking at an Ajax source, with TableTools.
My question of the moment is, how to setup the underlying folder structure and get all the internal links and references working? When I download the various components, I end up with multiple js, css, media, etc. folders, a "development-bundle" folder and have no idea how to unify theme into a single folder structure that uses themes.
Surely someone has put all of these pieces together before and can offer a guide on how to move the various components around so that there is a single folder for js, a single folder for css, etc.
Thanks,
This discussion has been closed.
Replies
Make sure your CSS link tags & JS script tags point to the correct scripts in their respective folders.
Go through your CSS files and modify the URL references to images to the folder you put your images in.