You can download the Minifier on Codeplex.
Before and after
The unminified script looks like this.
1: //This function does something 2: function doSomething(valueOne, valueTwo){ 3: var result = valueOne + valueTwo; 4: return result; 5: } 1: function doSomething(a,b){var c=a+b;return c}
0 reacties:
Post a Comment