Package dev.relism.flash.ext.webbundler
Class WebBundlerBuild
java.lang.Object
dev.relism.flash.ext.webbundler.WebBundlerBuild
Build-time counterpart to
ClasspathAssetsSource: scans a prebuilt directory (a Vite
dist/ or a static asset folder) and writes the asset-manifest.json that
classpath-based production serving requires. Meant to run from a consumer's build (e.g. via
exec-maven-plugin's exec:java), not from the running application — see docs/build-time.md.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerateManifest(Path distDir) ScansdistDirand writesdistDir/asset-manifest.jsonfor classpath serving.static void
-
Method Details
-
generateManifest
ScansdistDirand writesdistDir/asset-manifest.jsonfor classpath serving. -
main
-