Currently, I am developing a web application using the yeoman webapp generator. In my project, I have two scss base files - one is my standard file called main.scss and the other is for old Internet Explorer versions named main-old-ie.scss. I found this technique helpful:
I am wondering if there is a way to configure usemin to minimize these files without concatenating them during the build process.