Sunil's Notes
My notes for things that i am learning about
Showing posts with label
minification
.
Show all posts
Showing posts with label
minification
.
Show all posts
Trimming white space and entra lines from the markup generated by WebSphere Application Serve
›
If you look at the HTML markup generated for IBM's default page you will notice that it has lot of white spaces and though they increase...
4 comments:
Ant Task to compress JavaScript and CSS using YUICompressor
›
In the Ant task for combining multiple JavaScript files into one and minifying them using Dojo Shrinksafe entry i built a sample ant task t...
2 comments:
Compressing the JavaScript and CSS files on the fly using YUI COmpressor
›
I was trying to build a Servlet and Filter which can be used to minify JavaScript and CSS on the fly using YUI COmpressor. But i ran into th...
2 comments:
Ant task for combining multiple JavaScript files into one and minifying them using Dojo Shrinksafe
›
In the Combining and minifying multiple JavaScript files into one on the fly , entry i built a Servlet that can be used to combine multiple ...
3 comments:
Combining and minifying multiple javascript files into one on the fly
›
In the On the fly JavaScript minification using Dojo ShrinkSafe entry i built a simple ServletFilter that can be used to minify JavaScript ...
1 comment:
YUI Compressor
›
The YUI Compressor is another tool similar to Dojo ShrinkSafe , that we can use to minify JavaScript. It can also be used to minify CSS fil...
1 comment:
›
Home
View web version