forked from frappe/bench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New methods added in Bench class: * excluded_apps property * shallow_clone property * apps property - check if frappe app & sort * sync: Sync the apps.txt file from the installed set of Frappe apps * build: Build bench assets * reload: Reload the Frappe processes - supervisor restart New methods added in BenchApps class: * add/append: Adding an App object to this, installs the app on the Bench * remove: Removing an App from here, uninstalls and archives the app
- Loading branch information
1 parent
54f9741
commit 53e811f
Showing
2 changed files
with
87 additions
and
90 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
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