Class WebBundlerBuild

java.lang.Object
dev.relism.flash.ext.webbundler.WebBundlerBuild

public final class WebBundlerBuild extends Object
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 Details

    • generateManifest

      public static void generateManifest(Path distDir)
      Scans distDir and writes distDir/asset-manifest.json for classpath serving.
    • main

      public static void main(String[] args)