expressjs / express

Fast, unopinionated, minimalist web framework for node.
https://expressjs.com
MIT License
64.31k stars 14.58k forks source link

Disable Cache for Javascript? #444

Closed pyrostrex closed 13 years ago

pyrostrex commented 13 years ago

How do i disable caching? for example, i don't want people to load old javascript when i do some changes to the script.

tj commented 13 years ago

SSJS? or client side?

pyrostrex commented 13 years ago

nevermind about this. I used meta-data to disable the cache. But an implementation to SSJS (if can) also good.