QuestionQ13
Storefront CustomizationA developer is using Visual Studio Code with a previously deployed project that is quite large, making deployments time-consuming. The developer needs to deploy small CSS changes without waiting for the entire project to deploy. Which two methods can accomplish this?
Choose two
- A Right-click the CSS file and choose Deploy Source to Org
- B Right-click the folder for the component and choose Deploy Source to Org
- C Deploy the entire project. Only the change will be copied
- D Click the Tools menu and select Deploy styles
- E Right-click the CSS file that was edited and select Deploy Single File
Community Discussion