Skip to content Skip to sidebar Skip to footer
Showing posts with the label Uglifyjs

Prevent Uglifyjs From Renaming Certain Functions

I have a function that has a constructor within it. It creates a new object and returns it: functio… Read more Prevent Uglifyjs From Renaming Certain Functions

How To Enable Minified Javascript Files In Play 2.3.1 Templates?

I was able to load the sbt-uglify 1.0.3 plugin in my Play Framework 2.3.1 app. Loading of the non-m… Read more How To Enable Minified Javascript Files In Play 2.3.1 Templates?