537 B
537 B
Production Serving
In production mode, flash-web-bundler serves only prebuilt assets.
Behavior:
- preloads files from
assetsSource(filesystem or classpath) - resolves MIME by extension
- supports precompressed siblings (
.br,.gz) - sets
Cache-ControlandETag - responds
304 Not ModifiedwhenIf-None-Matchmatches
Classpath mode details:
- reads entries from
asset-manifest.jsonin classpath root - validates referenced resources at startup
- fails fast in production if manifest or resources are inconsistent