Open wwkudu opened 7 years ago
Can you find that file published as an artifact somewhere? Then I can update this WebJar.
James, I don't know the process, so not sure how to find or create it from https://github.com/Mottie/tablesorter, other than minify it myself. Who would typically create the .min file, surely part of the tablesorter build process? I am not looking for that version in particular, even the latest 2.28.15 would be fine. Let me know how I can assist.
Most projects distribute minified artifacts but not all. In some cases we run builds or minifiers to do this in the WebJar creation process. Seems like we might need to do that here.
The webjar for Play/sbt version of 2.25.4 does not seem to contain the minified version jquery.tablesorter.min.js Is this something the user should take care of, or can it be packaged in the webjar as it was for older versions. Or perhaps I am doing something wrong on my side. I am currently working around by referencing the unminified version jquery.tablesorter.js
Thanks in advance