This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Every time I save a less file that contains an import of another less file I get the following output. Less compiler error in C:\Users{path to my project}\Less1.less. Details: (line , column -1): It does actually compile, however that error is always displayed. I attempted saving a less file that imports only another css file with no problems. I'm using version 3.2.528.21592 in Visual Studio 2012. |
|
|
We have seen this previously when there is a conflicting extension enabled, historically this has been JSLint - do you have that extension installed?
|
|
|
Thanks for the reply Jeremy, I had to completely uninstall JSLint but it seemed to do the trick. While I was testing I purposely removed my colors include to see if it would throw, it did but the debug message it returned wasn't very helpful. Less compiler error in ...styleless.less. Details: error: I noticed in previous projects where I'm using Sass the debug info is much more descriptive. Is there an issue with the Less implementation or could there be another potential conflict here? |
|
|
Certainly possible that there may be another conflict, it would pay to just check what other extensions are enabled and quickly check if they are conflicting by disabling them one by one to see if that resolves the problem. If that doesn't help would you be able to send us a copy of the Less file and I can check to see what behavior we are seeing here and assuming its the same I can have a look at why the error message isn't providing any details.
|
|