Download of 2.0.4 does not include dataTables(.min).css
Download of 2.0.4 does not include dataTables(.min).css
mc2002tii
Posts: 17Questions: 3Answers: 0
I am trying to download 2.0.4 with the Bootstrap 5 framework option and the DataTables, Buttons, Column Visibility, and Responsive packages. The download file that gets produced does not have the css/dataTables.css and css/dataTables.min.css files.
The js directory does have the correct rollup files.
Answers
Same here. While specifically clicking items to build, the zip includes all css and js files for bootstrap versions, foundation, jquery, etc. even though not requesting those. Also, requesting extensions (ie buttons) does not get included in the datatables.js
Gah - sorry. I need to stop trying to make things better and just leave stuff alone... I'm looking into what I've done wrong here.
Allan
That's fixed now. I had two branches which had diverged a little .
The download builder no longer includes the directories in the generated zip file. They aren't needed and were an artifact of how it used to work. It now just gives the
datatables.*
files.Allan
Thank you!
Awesome! Thanks for the quick response!