Open ihorvorotnov opened 11 years ago
Make sure your source less file is named something like filename.css.less
and try to build again.
If you prefer to name your files filename.less
change the 'selector' variable in LESS-normal.sublime-build-choice
.
Had the same issue, confirmed the above advice from @Zerfl resolved the issue.
I presume an update had changed the selector name.
Thanks
Thanks @Zerfl it worked. Issue should be closed.
ran into this issue, too. reason was an umlaut in the path to the less file -.-
Just to throw my two cents in having had similar problems ...
I installed (on Sublime 2 & 3 x64) as Ihor describes in his first post but had to edit the 'LESS.sublime-build' file instead. Was also able to edit the "windows:{cmd:" line on where to dump the compiled .css file.
Hello I installed LESS package (https://github.com/danro/LESS-sublime), then your LESS-build package. Ran changeLESSBuildType.bat (as Administrator), pressed 1 for my choice. Symlink was created. Pressing "Ctrl+B" does just nothing. No errors, no builds. "Ctrl+Alt+B" does nothing as well.
Then I edited key bindings and changed "Ctrl+B" to "Ctrl+Shift+B" to avoid any conflicts. Now, when pressing new key combo I get a pop-up error "No Build System".
OS is Windows 7 x64, Sublime Text 2 x64 installed. Path: C:\Users\Ihor\AppData\Roaming\Sublime Text 2\Packages\LESS-build Contents of LESS-normal.sublime-build-choice:
Any suggestions appreciated!