NPM is not correct
NPM is not correct
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?
This discussion has been closed.
Answers
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