Closed IiroP closed 6 years ago
This is most likely a less-compiler error message. Please try compiling your scripts manually (install less via npm and run lessc). If that works, please post the content of your less files.
The files you uploaded compile just fine using the extension. I tested it on my machine locally (Mac) and on a network mount (SMB). Thus, I fear I cannot really help you here.
You could try checking the Brackets console for any error messages. Open the Developer Tools from the Debug menu and look for errors from the extension or the node process.
I couldn't find any errors about this.
Why does it even look for file in http://
path?
It shouldn't. It is running less on the Brackets node interface.
I have folder, which contains two files:
colors.less
andmain.less
. If I try to importcolors.less
tomain.less
, autocompiler can't find the file. I think that's because it looks for file inhttp://
path, but my network system is running Apache so it won't be in same path.Complete error msg:
Error in file '//hostname/www/main_new/html/src/less/main.less' on line 3: resource 'http://hostname/www/main_new/html/src/less/colors.less' was not found