QuestionQ13

Storefront Customization

A 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
Explanation

Salesforce VS Code extensions support deploying selected source files and directories directly to the default org with SFDX: Deploy Source to Org. Therefore, deploying the edited CSS file or its component folder limits the deployment scope instead of deploying the entire project.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!