You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
I've just installed this plugin and tried to use it on one of my projects that uses a series of less files that use @import statements (specifically, it's a wordpress install using the awesome bones theme http://themble.com/bones/)
When I save my less file, I get an error that the first import file is missing (_normalize.less), the exception suggests that the less compiler is looking for the imports in the root of the domain that Codiad is installed in rather than in the folder containing the less files.
Thanks for writing this awesome plugin! I've been using a shell script with the macro plugin to manually run lessc and this is so much better!