Folder Organization

Folder Organization

Taylor514ceTaylor514ce Posts: 74Questions: 8Answers: 0
edited May 2012 in DataTables 1.9
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,

Replies

  • snarf2larfsnarf2larf Posts: 64Questions: 0Answers: 0
    You can move your js, css, images, etc. into any folders you want. After you do this off the top of my head you will need to check the following:

    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.
This discussion has been closed.