3

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

John Slegers
  • 45,213
  • 22
  • 199
  • 169
jpen
  • 2,129
  • 5
  • 32
  • 56
  • Maybe if you check out the `jqPlot` forum or groups etc. (http://www.jqplot.com/info.php) you will have more luck getting an answer. Please do share it if you receive a satisfactory answer. Cheers. – Boro May 23 '12 at 09:11
  • @Boro Thanks for your suggestion. I've got an answer from Google jqPlot group. – jpen May 24 '12 at 08:27
  • Possible duplicate of [Is there a good JavaScript minifier?](http://stackoverflow.com/questions/3520285/is-there-a-good-javascript-minifier) – John Slegers Feb 13 '16 at 16:18

1 Answers1

2

Minifying jqPlot files was more involved than I initially thought.

Here is how: How to properly minify jqPlot files

jpen
  • 2,129
  • 5
  • 32
  • 56