Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • absolutely. I used this, and conditional compilation, so it does not appear in test and release builds. Commented Feb 17, 2017 at 19:48
  • Even better way is to use css files modification time as a variable value. That solution can be used in production environment also. It just works :) Not sure how it's done in ASP but in PHP something like this <link href="style.css?time=<?php echo fileminfo('style.css');?>" rel="stylesheet"> Commented Oct 30, 2017 at 8:32