Skip to content

Commit 01bb45e

Browse files
committed
add assetmapper
1 parent 4f0fdf3 commit 01bb45e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,12 @@ In this file you should add your environnement variables. Becareful, this file i
2929
### composer.json
3030
In the scripts/vercel parts, you can add any script you need to use during the deployment of your application. You can use this part to run migrations.
3131

32+
If using assetmapper, you should add this script to compile your assets :
33+
34+
```bash
35+
"@php bin\/console asset-map:compile --env=prod"
36+
```
37+
38+
3239
## Deploy
3340
You just have to create a project on Vercel, and link it to your git repository. On each push , you will trigger an automatic deployment

0 commit comments

Comments
 (0)