0 Comments

I Just discovered that Visual Studio will automatically re-minify a css file, when the original not minified version is altered.

So I have two file: in a folder including the map files:

 

test.css

test.css.map

test.min.css

 

When I change the test.css the test.min.css is automatically overwritten by a new minified version.

Awesome!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts