Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
41 stars 7 forks source link

Nocache option sometimes causing file to be fetched twice when used with pre-get #309

Closed bob2517 closed 1 year ago

bob2517 commented 1 year ago

Noticed this recently - the workaround is to put a nocache latest file timestamp in the url itself or in @pages if its an SPA and turn off nocache. There aren't any visible effects to the bug beyond an unnecessary delay. It happens with a certain combination of nocache option and a cache option, which would actually be a developer error, but it isn't easy to spot, so a handling should be in place in the core for it.

bob2517 commented 1 year ago

Closing - it's doing what it's supposed to.