Skip to content

Commit 53a9cec

Browse files
committed
project_organization.md: Fix bazinga path
bazinga must generate the translations in the ./public/assets directory, not the ./assets directory. See composer.json script using `bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains` https://github.com/ibexa/recipes/blob/master/ibexa/oss/4.6/manifest.json#L94
1 parent 262debd commit 53a9cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/administration/project_organization/project_organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ All project assets are accessible through the `assets` path.
3434
the `yarn encore <dev|prod>` command:
3535

3636
```
37-
php bin/console bazinga:js-translation:dump assets --merge-domains
37+
php bin/console bazinga:js-translation:dump public/assets --merge-domains
3838
```
3939

4040
## Configuration

0 commit comments

Comments
 (0)