Package com.vaadin.flow.server.frontend
Class TaskRunDevBundleBuild
java.lang.Object
com.vaadin.flow.server.frontend.TaskRunDevBundleBuild
- All Implemented Interfaces:
 FallibleCommand
Compiles the dev mode bundle if it is out of date.
 
Only used when running in dev mode without a dev server.
For internal use only. May be renamed or removed in a future release.
- 
Field Details
- 
README
- See Also:
 
 
 - 
 - 
Method Details
- 
execute
Description copied from interface:FallibleCommandRuns the given command.If execution fails then the command may throw an exception which may give a message and a cause of the failure.
- Specified by:
 executein interfaceFallibleCommand- Throws:
 ExecutionFailedException- if there is an execution error
 
 -