I'm using Bootstrap with LESS and it requires that I run the command grunt watch
within the /bootstrap
directory to watch for any changes to LESS files.
Is there a way to keep the command grunt watch
always on so that I don't have to run it every time I re-open the terminal to my server?