How to minify again dataTables
How to minify again dataTables
I would like to fix a bug as Allen told me and for that I would need to correct it in the non minified version and then minify it again.
I was wondering which method should I use to minify the resulting code to be reduced in the same was as the original. I don't know if there are better or worse methods to do it, so I would rather prefer to use the same one.
Thanks.
I was wondering which method should I use to minify the resulting code to be reduced in the same was as the original. I don't know if there are better or worse methods to do it, so I would rather prefer to use the same one.
Thanks.
This discussion has been closed.
Replies
Allan
Allan
Can't I just make use of media/jquery.dataTables.js (not the .min file), modity the needed function and then, make use of the online Closure Compiler?
http://closure-compiler.appspot.com/home
Wouldn't it be exactly the same as the procedure you talk about?
The only question I have is, which mode of compression should I use? Whitespace only, simple or advanced.
Thanks.
Of course you can :-). I don't accept patches with changes only to the built file, but you are free to modify it as you wish, as per the license.
> The only question I have is, which mode of compression should I use? Whitespace only, simple or advanced.
Up to you. I use simple.
Allan