quarkiverse / quarkus-web-bundler

Create full-stack web apps quickly and easily with this Quarkus extension. It offers zero-configuration bundling for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, React, htmx, etc.), and styles (CSS, SCSS, SASS).
Apache License 2.0
16 stars 9 forks source link

Dev Mode issues because of a cache in the Vertx file server #171

Closed ia3andy closed 3 months ago

ia3andy commented 4 months ago

Currently, if there is not src/main/META-INF/resources directory, Quarkus Vertx Http is not treating the META-INF/resources as a dynamic content directory and enable a cache. This leads to problems:

The workaround is to create an empty src/main/META-INF/resources/fixme.txt until this gets a proper fix.

ia3andy commented 3 months ago

This is fixed and will be available in 1.4.0.CR1

ppalaga commented 3 months ago

@ia3andy could you please sketch how you solved it? I think I am suffering from the same issue in https://github.com/quarkiverse/quarkus-antora