Live Edit and Less Compiled with PHP
I am currently testing the PHPStorm with the Live Edit and its all working fine the only problem that i have is that when i edit the Less files the reload doesn't happen. I can't use the file watcher because my less files are compiled trough http://leafo.net/lessphp/ server side. Is it possible to set the Live Edit to reload when less file is changed or saved?
请先登录再写评论。
Hello!
Live Edit will work with any tool that watches files and runs on saving. How do you run the lessphp - programmatically or using CLI it comes with? Does the compiler watch files for changes, or you are running it explicitly?
BTW, you can use lessphp via file watcher - any tool that has a command line interface can be used there
Well compiler looks for change on reload, basicly i would like to live edit to reload the browser every time there is a change in the less file without compiling it. I make a change in less file or scss and the browser is reloaded exactly like it works with PHP is this possible? Anyone?