Search code examples
javascriptjqueryjqplot

jqPlot - What tool to use to minify jqPlot JavaScript files


I've made some changes to one of the jqPlot plugin files (jqplot.highlighter.js) and I'd like to minify it before deployment.

Does anyone know what tool jqPlot developers use to minify their jqPlot related .js files? Perhaps they use JSMin?

In jqplot.json2.js file I've found:

This code should be minified before deployment.
See http://javascript.crockford.com/jsmin.html

But I wanted to double check for consistency.

Many thanks


Solution

  • Minifying jqPlot files was more involved than I initially thought.

    Here is how: How to properly minify jqPlot files