Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mattdesl/budo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Aug 30, 2022
2 parents 8886633 + f1fc2ea commit 2343724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ budo index.js --live -- -t babelify
budo index.js --ssl --cors

# LiveReload public directory without any bundling
budo --dir public/ --live
# Add all extensions of file types you want to trigger reloads
budo --dir public/ --wg **/*.{html,css,js} --live
```

Then open [http://localhost:9966/](http://localhost:9966/) to see the content in action.
Expand Down

0 comments on commit 2343724

Please sign in to comment.