NPM is not correct

NPM is not correct

craigg75craigg75 Posts: 3Questions: 2Answers: 0

It looks like at version 1.10.13 the author switched his npm install from datatables to datatables.net. The new location only has an unminified version of jquery.dataTables. The older version has everything including the css files. Does anyone know how to get a minified version and the css files back?

Answers

  • allanallan Posts: 61,716Questions: 1Answers: 10,108 Site admin

    Its a bug in the current package that the minified version isn't there I'm afraid - that is something that I'll be addressing with the 1.10.17 release later this week (actually, the min version is in already, but not yet released).

    Regarding the CSS - they were split into separate packages to allow for the different styling packages that DataTables supports. See the NPM instructions for more details.

    Allan

This discussion has been closed.