Download builder issues - mixed minified resources, concatenation with charset

Download builder issues - mixed minified resources, concatenation with charset

Inso2008Inso2008 Posts: 2Questions: 2Answers: 0

Hello,

I think I might found something.

The CSS-resources provided at https://datatables.net/download under Step 3 have the following issues:

  1. The AutoFill extension has its CSS files for minified/not-minified variants swapped - autoFill.dataTables.css is provided when a minified variant is chosen, and autoFill.dataTables.min.css is provided when a not-minified variant is chosen.

- This affects the listing of not-concatenated files under the CDN tab.
- This also affects the concatenated CSS files in DataTables.zip under the Download tab (both minified/not-minified variants).

  1. The '@charset' CSS rule needs to be at the very beginning of a file. Presently it is either absent (in the minified variants), or it follows after the initial comment (in the concatenated variant). This has caused an occasional issue in rendering of ordering arrow-symbols when viewed in Chrome.

- This affects the files served under the CDN and Download tabs.

Answers

  • allanallan Posts: 63,916Questions: 1Answers: 10,535 Site admin

    Thanks for letting me know about the AutoFill CSS files being the wrong way around. I've corrected that now, but it will only effect new builds. I'll to a release of AutoFill soon to clear that out.

    This has caused an occasional issue in rendering of ordering arrow-symbols when viewed in Chrome.

    Ah! Is that what does it?! Thank you. I'll look into a change for the download builder to fix that.

    Allan

Sign In or Register to comment.