You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a way to modify the layout of the target directory after build completion.
If unspecified, the entire contents of the build directory will be moved to the target directory.
Added support for local source archives.
Local sources can be specified as either paths (relative or absolute) or file:// URLs.
Source archive are now extracted to a temporary build directory.
The build process is then executed inside that temporary build directory.
Files inside the build directory are moved to the target directory after build completion.
Fixed
Fixed an issue where .build() Promise is firing prematurely.