SquishIt could bundle the js files. But I don't want to bundle it in the develop time. What is your best practice? There are some methods as below:
- Add a global property to indicate develop time or production time.
- use #if DEBUG ... #end
Above methods is not perfect, Is there any configuration switch on SquishIt for that?