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

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?

Clientside Html Minification

Is there a way to this kind of minification with javascript and update the DOM (clientSide) Input: … Read more Clientside Html Minification

Debugging Javascript Minification Errors (in Liferay 6.2)

Liferay 6.2. tries to use best practices and JS minification is one of them. But what do you do whe… Read more Debugging Javascript Minification Errors (in Liferay 6.2)

In JavaScript, Is It Safe To Omit Semicolons When File Have To Be Minifyed?

Since a few week, I omit semicolons in my JavaScript files. I realized today it may cause issues if… Read more In JavaScript, Is It Safe To Omit Semicolons When File Have To Be Minifyed?

Reduce HTTP Requests Or Not?

A theoretical question: We all know about the pro's of minifying and combining javascript files… Read more Reduce HTTP Requests Or Not?