You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Small script to rebuild the bundles when a change happens
command -v inotifywait || echo "You need to install inotifywait and have it in PATH to run this script ! \n\n -> see https://github.com/inotify-tools/inotify-tools/wiki"
# I know the loop is not ideal because route needs to be redone everytime... but it works !