This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using zipped CSS in html page

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