rollup / rollupjs.org

Rollup demo website
http://rollupjs.org
77 stars 87 forks source link

Prevent caching the guide in development #215

Closed lukastaegert closed 3 years ago

lukastaegert commented 3 years ago

This will make sure the guide is no longer cached during development but recreated for each page load. So to see the updated guide, one just needs to reload the browser. In production, the guide will be cached up-front, though.

Resolves #113.