| Modifier and Type | Class and Description |
|---|---|
class |
Npm
frontend
|
class |
Yarn
frontend
|
| Modifier and Type | Method and Description |
|---|---|
Frontend |
Frontend.installDirectory(Path installDirectory)
Set install directory where to save the node executable (node/node).
|
Frontend |
Frontend.onStart(org.jooby.funzy.Throwing.Consumer<NodeTask> callback)
Run a node task at application start up time.
|
Frontend |
Frontend.onStarted(org.jooby.funzy.Throwing.Consumer<NodeTask> callback)
Run a node task after application has been initialized and is ready to serve.
|
Frontend |
Frontend.workDirectory(Path workDirectory)
Set working directory (location of package.json).
|
Copyright © 2017. All rights reserved.