Closed dumbwinter closed 9 years ago
Are there any error messages on the Brackets console (open Developer Tools from the menu bar)?
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 .
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.
Reinstalling plugin helped me.
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.
Closing this due to possible resolution and inactivity. If the problem persists, please reopen the issue and provide more details.
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
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.