Skip to content

Commit f5105fe

Browse files
authored
Merge pull request #2161 from Codencode/document-powershell-assets-build
Document PowerShell assets build script
2 parents 8a49222 + 505ef0d commit f5105fe

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

development/compile-assets.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ You can rebuild all the assets at once by executing this command from the projec
7575
make assets
7676
```
7777

78+
#### Windows (PowerShell)
79+
{{< minver v="9.3.0" title="true">}}
80+
81+
On Windows, you can use the native PowerShell equivalent from the project root:
82+
```bash
83+
.\tools\assets\build.ps1
84+
```
85+
7886
### Watching for changes
7987

8088
You can also make webpack listen for changes and compile only what's needed as you work on your files:

0 commit comments

Comments
 (0)