minify-maven-plugin icon indicating copy to clipboard operation
minify-maven-plugin copied to clipboard

Need to wrap minified file with anonymous function

Open sathishkumar1911 opened this issue 8 years ago • 1 comments

Question : I want to wrap the minified file with anonymous function. Can anyone help me to find out how can i do this?

sathishkumar1911 avatar May 25 '16 15:05 sathishkumar1911

Google Closure as the option --output_wrapper for this:

Interpolate output into this string at the place denoted by the marker token %output%. Use marker token %output|jsstring% to do js string escaping on the output.

Unfortunately, there is no option on the Java API to achieve this. You may want to fill an issue on google/closure-compiler repo and ask for this.

samaxes avatar Oct 27 '16 23:10 samaxes