Skip to content

Commit

Permalink
docs: fix and explain dev:theme:build-hyva command
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Feb 26, 2025
1 parent e81cd37 commit 5579d00
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,17 @@ n98-magerun2.phar dev:theme:list
### Build Hyva Theme CSS
```sh
n98-magerun2.phar dev:theme:build-hyva --theme="Hyva/default"
n98-magerun2.phar dev:theme:build-hyva [--production] <theme-name>
```
Example: `n98-magerun2.phar dev:theme:build-hyva "Hyva/default"`
The command starts in watch mode by default, as it is primarily designed for developers.
If no theme is specified, an interactive mode allows you to select a theme from a list.
If the `--production` flag is set, the command does not run in watch mode and will stop after the theme is built.
---
### Create Module Skeleton
Expand Down Expand Up @@ -1029,7 +1037,7 @@ n98-magerun2.phar dev:translate:export [--store=<storecode>] <locale> <filename>
---
### DI
### DI (Dependency Injection)
List Preferences:
Expand Down

0 comments on commit 5579d00

Please sign in to comment.