7 November, 2014
0 Comments
1 category
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!
Tags: Visual Studio
Category: Uncategorized