I've made some changes to one of the jqPlot plugin files (jqplot.highlighter.js
) and I'd like to minify it before deployment.
我对其中一个jqPlot插件文件(jqplot.highlighter.js)进行了一些更改,我想在部署之前将其缩小。
Does anyone know what tool jqPlot developers use to minify their jqPlot related .js files? Perhaps they use JSMin?
有谁知道jqPlot开发人员用什么工具来缩小他们的jqPlot相关的.js文件?也许他们使用JSMin?
In jqplot.json2.js
file I've found:
在jqplot.json2.js文件中,我发现:
This code should be minified before deployment.
See http://javascript.crockford.com/jsmin.html
But I wanted to double check for consistency.
但我想仔细检查一致性。
Many thanks
非常感谢
1 个解决方案
#1
2
Minifying jqPlot files was more involved than I initially thought.
缩小jqPlot文件比我最初想的更多。
Here is how: How to properly minify jqPlot files
方法如下:如何正确缩小jqPlot文件
#1
2
Minifying jqPlot files was more involved than I initially thought.
缩小jqPlot文件比我最初想的更多。
Here is how: How to properly minify jqPlot files
方法如下:如何正确缩小jqPlot文件