Class TaskPrepareProdBundle

java.lang.Object
com.vaadin.flow.server.frontend.TaskPrepareProdBundle
All Implemented Interfaces:
FallibleCommand

public class TaskPrepareProdBundle extends Object implements FallibleCommand
Copies production bundle files from pre-compiled bundle JAR into a folder where production bundle is normally located.

Copies project's custom theme files to the resources output folder.

For internal use only. May be renamed or removed in a future release.

Since:
24.1
  • Constructor Details

    • TaskPrepareProdBundle

      public TaskPrepareProdBundle(Options options)
  • Method Details