This question already has an answer here:
- SCSS/SASS Multiple Sites in Multiple Directories 1 answer
I am trying to determine the best possible approach for compass (sass) to watch multiple directories at once. Each directory represents an individual customer and their website.
/var/www/customers/domain1.com
/var/www/customers/domain2.com
/var/www/customers/domain3.com
I've come to understand it might require single processes for each watch command, what would be best practice for running & stopping these commands automatically, whenever a folder is added/deleted/moved?