-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creates one task for bundle & package each. Closes: #386
## 🎯 Aim Currently there are 2 tasks for bundle & package each. Namely: Bundle (local) Bundle (production) for the bundle task, and: Package (local) Package (production) With this, We achieve to create one task for bundle project. When clicked on `Bundle project`, a prompt is shown with options `local` and `production`. Depending on the user selection, the command is executed in the terminal. ## 📷 Result for Bundle task Below is for local, executing `gulp bundle` ![Untitled+video+(27)](https://github.com/user-attachments/assets/0dddd61a-8cda-4e8f-a1e6-89690c0e85c0) Below is for production, executing `gulp bundle --ship` ![Untitled+video+(28)](https://github.com/user-attachments/assets/44081b74-37cb-4d3c-9351-0f3f7f4ac455) ## 📷 Result for Package task Below is for both Package local and package production, executing `gulp package-solution` & `gulp package-solution --ship` ![Untitled+video+(30)](https://github.com/user-attachments/assets/502639db-fea0-4891-aefb-4bc458f488c7) ## ✅ What was done Added a two new methods in `TerminalCommandExecuter` with name `bundleProject` & `packageProject`, which will execute this. <img width="511" alt="image" src="https://github.com/user-attachments/assets/763694f3-3783-4f52-b800-b6526da698e4" /> ## 🔗 Related issue > each PR should be linked with a related issue [Remove this line] Closes: #386
- Loading branch information
1 parent
883ea0a
commit cea0a3a
Showing
4 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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