summaryrefslogblamecommitdiffstats
path: root/scripts/watch_and_build.sh
blob: 14f6f2e422f9ab2a732e44c649fd570e1a7a2b20 (plain) (tree)
1
2
3
4
5
6





                                                                                                 
#!/bin/bash

while inotifywait -e modify,create,delete -r ./templates ./core/templates ./engagements/templates
do
  npm run build
done