Web Essentials LESS Compiler gives no Error Messages -


with visual studio 2012 update 2, web essentials 2.7.

suppose there error in less. when saving file, message shown in preview pane. reads...

/*  compile error.  see error list details  */ 

it not matter, kind of error in less. error handled above.

what can done, detailed error message given?

are using @import statments? if so, try switching @import-once. issue. structure of less directory calls several "partials", many of interact same base mixins or variable less file. compile these files had add @import "mixins.less" each of partial files.

i had master less file importing these partials, if including 8 files, there 8 @import statements @import statements in partials. think less compiler couldn't handle load, ran 1.5 gb of memory , broke. message getting.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -