CSS integration / download builder files differences

CSS integration / download builder files differences

jrizzi1jrizzi1 Posts: 44Questions: 12Answers: 3
edited September 2015 in Free community support

I am attempting to migrate to the download built cdn file links to a project that currently uses older style datatable cdn links

i previously used the CDN of plug-ins/integration for bootstrap files
link:
http://cdn.datatables.net/plug-ins/1.10.9/integration/bootstrap/3/dataTables.bootstrap.css

this file is greatly different than the bootstrap css file now included in the downloader
link: https://cdn.datatables.net/1.10.9/css/dataTables.bootstrap.css

Both files say version 1.10.9 , can you explain the difference between the two?

Replies

  • allanallan Posts: 61,824Questions: 1Answers: 10,131 Site admin

    Yes, the files in the /1.10.9 directory are far more up to date. The files in the /plug-ins will be removed in future as I have included the styling options in the DataTables core repo rather than having them separate. It was a maintenance nightmare before...!

    The files in the DataTables distribution should be used in preference to those in the plug-ins.

    Allan

  • jrizzi1jrizzi1 Posts: 44Questions: 12Answers: 3
    edited September 2015

    what will happen to the items like the fontAwesome integration file when the plug-ins folder goes away? That file is currently unrepresented anywhere else

    also , the newer bootstrap file does not include the processing style, was that intentional?

  • allanallan Posts: 61,824Questions: 1Answers: 10,131 Site admin

    The plug-ins will remain, but the Bootstrap, Foundation and jQuery UI integrations are effectively moved out. The FontAwesome integration will remain.

    the newer bootstrap file does not include the processing style, was that intentional?

    No - I fixed that yesterday :-)

    Allan

This discussion has been closed.