Im using Ubuntu 13.04 (Linux) I installed node and npm. With npm, I downloaded less through the terminal.
I use this in my simple HTML / CSS project. clean interface. This is not a Ruby or nodejs project.
And when I do
lessc styles.less styles.css -x -w
in the terminal, it compiles and compresses the code, but does not look at the file for changes, since Im expects LESS to automatically compile and refresh the page automatically. So, if I make any changes to my styles., Each time I have to go to the terminal and enter a command to compile less CSS.
In addition, the compiler does not even show any compilation errors , even if I specifically add something, but in this case it does not compile.
Please tell us how to do this. This is my first day with LESS CSS.
linux css less compiler-errors
STEEL Sep 25 '13 at 11:11 2013-09-25 11:11
source share