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

Where Is My Angularjs Minify Error? Error $injector

I'm running into that annoying Angular minify problem (I really hope this issue is non-existent… Read more Where Is My Angularjs Minify Error? Error $injector

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?

Jquery Slider For Mobile Application

I would like to use the JQuery slider for my mobile application http://docs.jquery.com/UI/Slider Ho… Read more Jquery Slider For Mobile Application

Google Closure Suppress Warning Messages For A Particular File

I am using google closure compiler to compress all the javascript into single file. While complianc… Read more Google Closure Suppress Warning Messages For A Particular File

Does Gwt Reuse Google Closure Compiler, And Why If Not?

Google Web Toolkit (GWT) performs inlining of javascript code, minifying and removing unused code, … Read more Does Gwt Reuse Google Closure Compiler, And Why If Not?

How To Minify Js In Php Easily...or Something Else

I've done some looking around, but I'm still confused a bit. I tried Crockford's JSMin,… Read more How To Minify Js In Php Easily...or Something Else

Function With Eval Won't Make It Through Minification

Here is my weird function that let my users create their own javascript code function evalThisFunc… Read more Function With Eval Won't Make It Through 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)