I use Smidge to convert my SASS to CSS using a preprocessor. This works perfectly on my Production environment. Now I run into the problem that when I make a modification locally to a SASS file it is not updated in my browser because the smidge bundle is stored in my cache and so my modification is not updated into a new bundle. Does anyone have a solution? Or does anyone has an example of how to use smidge combined with SASS which maybe is different from the way I am using smidge to convert SASS to CSS?