jdiehl/brackets-less-autocompile

stoped compiling since Brackets 1.8

Closed this issue · 2 comments

Hi,

I've tried clean install of the plugin then a clean install of brackets, deactivated, uninstalled again everything.

tried reverting to Brackets 1.7 and 1.6 no success whit the latest release of LESS AutoCompile.
so I've put back Brackets 1.8.

Still no compiling, and I have those 2 error message that I don't know if it relate to this issue.
/command/Menus.js:831 Error setting menu item shortcut: 1(anonymous function) @ /command/Menus.js:831 2ErrorNotification.js:122 Error setting menu item shortcut: 1

any help would be great

The extension works fine with Brackets 1.8 on my system. Things you could try are:

  • Make sure the less file actually compiles (start with a tiny file like a { color: red } and save that)
  • Make sure there is no compile error (yellow triangle in the bottom bar)
  • Make sure the less compiler is set up for your document (it should say LESS in the bottom bar)
  • Verify that the Brackets' node connection works

Might be unrelated, but I noticed this behavior can be encountered when deactivating linting in brackets.json.
You may access it through Debugger > Open preferences files.