Download builder not working anymore?
Download builder not working anymore?
claudiu@honeybadger.it
Posts: 1Questions: 1Answers: 0
Hi,
I'm using the download builder to create a datatables design and package, with buttons JSZip, DateTime and responsive build.
But when I download it, in the zip file the design files are missing, plugin folders are missing, I just get the datatables js and css files.
Thanks
Answers
I made a change recently to remove those folders as they are redundant and were an artifact of how the download builder used to work.
The CSS and JS needed are contained in the concatenated files at the top level.
Allan
Hi Allan,
while this sure makes it easier to not forget any extensions - would it be possible to still offer a non-concatenated download?
I'm currently dynamically loading the extensions as I need them which is more efficient in the download size I guess.
Thanks
Sam
You can download the packages from here: https://datatables.net/download/packages . Another option would be to download and save them from the CDN.
Allan
Perfect, thanks a lot!!