-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add included/excludedDependencies to builder
When setting the buildDependencies parameter to "true" builder used to build all dependencies of the project. By adding two new parameters includedDependencies and excludedDependencies, similar to the existing included/excludedTasks parameters, one can now choose which depenendencies to include into the build. This is also useful for self-contained builds to include the built depenendy into the bundle, instead of the unbuilt source read from the file system (e.g. in case a transpile task is present).
- Loading branch information
Kristian Kraljic
committed
Dec 11, 2019
1 parent
b7d4aad
commit 48cd30d
Showing
1 changed file
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters