Skip to content

Commit 5501281

Browse files
committed
rebuild asset builder when files change
1 parent dae2bff commit 5501281

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ services:
77
- './root/static/:/build/root/static/'
88
- 'web-assets:/build/root/assets/'
99
command: ['./build-assets.mjs', '--watch']
10+
develop:
11+
watch:
12+
- path: ./build-assets.mjs
13+
action: rebuild
14+
- path: ./package.json
15+
action: rebuild
1016
web-server:
1117
build:
1218
context: .

0 commit comments

Comments
 (0)