Class TaskCopyRequiredFiles

java.lang.Object
io.jmix.flowui.devserver.frontend.NodeUpdater
io.jmix.flowui.devserver.frontend.TaskCopyRequiredFiles
All Implemented Interfaces:
com.vaadin.flow.server.frontend.FallibleCommand

public class TaskCopyRequiredFiles extends NodeUpdater
Special for Studio designer.

Copy package-lock.json, .npmrc from project root folder and themes files from {project}/frontend/themes to {project}/.jmix/screen-designer/frontend/themes

  • Constructor Details

    • TaskCopyRequiredFiles

      protected TaskCopyRequiredFiles(com.vaadin.flow.server.frontend.scanner.ClassFinder finder, com.vaadin.flow.server.frontend.scanner.FrontendDependenciesScanner frontendDependencies, Options options)
  • Method Details

    • execute

      public void execute() throws com.vaadin.flow.server.ExecutionFailedException
      Throws:
      com.vaadin.flow.server.ExecutionFailedException