jdiehl / brackets-less-autocompile

Automatic compilation of LESS files for Brackets
93 stars 36 forks source link

less files do not compile #57

Closed dumbwinter closed 9 years ago

dumbwinter commented 9 years ago

Hello, I'm afraid the extension is not working at all for me, I'm on Windows 7 Pro 64 Italian version, Brackets v 1.1 (but it did't work on 1.0 either, not sure about the previous sprints).

test done: create a less file with a simple css directive -> save -> reopen and add a space -> save again -> check if a *.css file has been created -> facepalm no errors or messages are raised (never seen one, even when it was working) the file compiles correctly using koala.

thank you very much.

jdiehl commented 9 years ago

Are there any error messages on the Brackets console (open Developer Tools from the menu bar)?

dumbwinter commented 9 years ago

no errors, neither on file save nor on brackets initialization (just some deprecation warnings and some key assignment errors, none of them comes from your extension)

2014-12-19 14:26 GMT+01:00 Jonathan Diehl notifications@github.com:

Are there any error messages on the Brackets console (open Developer Tools from the menu bar)?

— Reply to this email directly or view it on GitHub https://github.com/jdiehl/brackets-less-autocompile/issues/57#issuecomment-67637368 .

jdiehl commented 9 years ago

Can you check whether the plugin is actually loaded? The file main.js inside the plugin's folder should appear somewhere in the list of loaded files on the Network Tab of the Developer Tools. If it is not loaded, try reinstalling the plugin. If that does not help try reinstalling Brackets.

MazheM commented 9 years ago

Reinstalling plugin helped me.

n1kkou commented 9 years ago

I remember that I had this problem too. No visible errors/messages denoting malfunction, just didn't parse the less file on save, or maybe it was a save issue(I set the folder permissions to 777 but no changes).

Reinstalling the extension didn't worked for me, but reinstalled the brackets and worked again.

jdiehl commented 9 years ago

Closing this due to possible resolution and inactivity. If the problem persists, please reopen the issue and provide more details.

dumbwinter commented 9 years ago

I did a clean reinstall and it's working, I'll let you know if I find out which other extension is conflicting with yours. thank you very much