The Salt Lake ColdFusion Users Group Message Board › Talk › CF Obfuscate and Minify App?
| Matthew Reinbold | |
|
|
I currently have a ColdFusion codebase that I'm redistributing. Does anyone know of a software app that does a process similar to javascript obfuscate and minify options? That is it takes a directory of files, replaces long, descriptive variable names with short, compressed ones, removes all whitespace, removes all comments, etc and produces a 'minified' directory of redistributable code?
Ideally, I'd love to be able to redistribute only the java binaries produced after the CF app runs the first time. However, I don't believe that's currently possible, is it? Is there a tool out there that does CF minification? Matthew Reinbold Creative Principal, Vox Pop Design, http://voxpopdesign.c... |
| Dan | |
|
|
This article talks about how you can compile your source code to java byte code for sourceless distributions if you're using CF 7+. You may or may not find it useful.
http://coldfusion.sys... |
| Matthew Reinbold | |
|
|
Dan,
That is exactly along the lines of what I was looking for! Thank you! Matthew Reinbold Creative Principal, Vox Pop Design, http://voxpopdesign.c... |