Skip to content

Commit c24310a

Browse files
committed
documenting the new cache option
1 parent e23e9d3 commit c24310a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ webpack_encore:
2929
# {{ encore_entry_script_tags('entry1', null, 'frontend') }}
3030

3131
# frontend: '%kernel.project_dir%/public/frontend/build'
32+
33+
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
34+
# Available in version 1.2
35+
#cache: '%kernel.debug%'
3236
```
3337

3438
## Usage

0 commit comments

Comments
 (0)