Minify inline javascript generated by cfform.js and masks.js
In an effort to reduce file size, I would like to minify the javascript that is injected, by (what I suspect) is cfform.
js and masks.js.
Is there a way to do this? I have already compressed the files themselves, but the script that they are inserting into the code on page render is still coming up in all its tabbed, white-spaced, and uncompressed glory.
Any ideas?
Additionally, I would like to be able to specify where the calls to the cfform.js and masks.js files are in the rendered page as well. Currently, they get placed right after the <head> tag. It would be nice to be able to make sure they get placed after the link to the css file for the page - as JS files should come after CSS files for maxium optimization (so I've read).
Help with this would be much appreciated!
Thanks.
