We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
Using gzipeed JavaScript and CSS files with Keil compact HTTP server. Does any one knows how to use pre-zipped JS and CSS files in html page.
For example:
I can use and refer zipped JS file.
<script src="jquery.min.js.gz"></script>
but I cannot refer zipped CSS file. browser gives error.
<link href="bootstrap.min.css.gz" rel="stylesheet">
Any reply will be appreciate.
Thanks, Naeem
Sure, But what is solution for this.
I refer this tutorial to use and refer pre zipped js file.
http://www.keil.com/appnotes/files/apnt_271.pdf
Now how I can use/refer zipped css file in html?
Give me example. Can I can load zipped CSS using JS ajax call and unziped in JavaScript and the load CSS dynamically.