yeldiRium / st3k101

UNMAINTAINED.
2 stars 1 forks source link

local frontend caches bundles? #39

Closed yeldiRium closed 6 years ago

yeldiRium commented 6 years ago

When I update the bundle, the frontend does not seem to change, even after Ctrl+Shift+R.

strangedev commented 6 years ago

According to the ExpressJS documentation for express 4.x, there is no caching for static files.

NOTE: For best results, use a reverse proxy cache to improve performance of serving static assets.

(From http://expressjs.com/en/4x/api.html)

yeldiRium commented 6 years ago

Problem did not occur again on next try. Dropping the issue.