Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Adobe Exam AD0-E720 Topic 4 Question 24 Discussion

Actual exam question for Adobe's AD0-E720 exam
Question #: 24
Topic #: 4
[All AD0-E720 Questions]

When using Grunt, which CLI command is used to track changes in the source files and recompiles CSS files?

Show Suggested Answer Hide Answer
Suggested Answer: B

The bin/magento dev:source-theme:deploy command is used to create symlinks for frontend theme files during development. This command allows the developer to modify source files without running static content deployment every time. The developer can use parameters to specify the type, locale, theme, and file names for creating symlinks. For example, to create symlinks for a CSS file named styles-l.css for the Vendor/Orange theme and the en_US locale, the developer can use:

bin/magento dev:source-theme:deploy --type=less --locale=en_US --theme=Vendor/Orange css/styles-l

The other two options are incorrect because they do not create symlinks for frontend theme files. The bin/magento dev:theme:deploy command is used to register themes with Magento and clear caches. The bin/magento deploy:mode:set command is used to change the application mode. Reference:Adobe Commerce Developer Documentation,Adobe Inc.


Contribute your Thoughts:

Malinda
1 days ago
Ah, 'grunt watch' is the one! It's like having a loyal puppy that barks every time you change a line of code. Gotta love that automation.
upvoted 0 times
...
Teresita
13 days ago
Hmm, 'grunt watch' sounds like the right command to keep an eye on those source files and automatically recompile the CSS. I bet it's just as mesmerizing as watching paint dry!
upvoted 0 times
Vernell
8 hours ago
User 2: Yeah, that's the one to track changes and recompile CSS.
upvoted 0 times
...
Mozell
4 days ago
User 1: I think 'grunt watch' is the command we need.
upvoted 0 times
...
...
Aron
22 days ago
I'm not sure, but I think grunt start is used for starting the project.
upvoted 0 times
...
Zoila
23 days ago
I agree with Hannah, grunt watch makes sense for tracking changes.
upvoted 0 times
...
Hannah
26 days ago
I think the answer is B) grunt watch.
upvoted 0 times
...

Save Cancel
a