Skip to content

Commit 44914f0

Browse files
authored
make nodemon detect mustache file changes (#13)
1 parent a2c58ea commit 44914f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-recommended/Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local_resource(
1717
congrats = "🎉 Congrats, you ran a live_update! 🎉"
1818
docker_build('example-nodejs-image', '.',
1919
build_args={'node_env': 'development'},
20-
entrypoint='yarn run nodemon /app/index.js',
20+
entrypoint='yarn run nodemon --ext js,mustache /app/index.js',
2121
live_update=[
2222
sync('.', '/app'),
2323
run('cd /app && yarn install', trigger=['./package.json', './yarn.lock']),

0 commit comments

Comments
 (0)