I have several LESS files that are all imported into one master file (styles.less). My problem at the moment is: when I make a change in one of the child files I have to save style.less to compile it to CSS.
Is there a way in which I can ask less to monitor the child files but only compile the parent?
Cheers,
Ad
I found a solution for MY problem but it would be great for most.
As I am on a Mac I istalled less.app ( http://incident57.com/less/ ), it uses less.js to compile the less for you. As of a couple of days ago they added a new feature:
Turns out it works very well indeed. Hope this helps someone!