In my project, I have a style.less file that imports "page.less". Whenever there is a change made to page.less, I find myself having to go back to the style.less file and save it in order for less2css to compile and apply the changes. If not, the changes do not take effect because of the import relationship between the two files. Is there a solution that allows less2css to automatically compile all files when any one of them is modified?