我的项目使用Web Essentials在visual studio 2013中编译我们的样式.less文件。 通过升级到VS2015并进一步更新Web Essentials 2015,我们了解到web essentials 2015不支持编译较少的文件(link)
因此我们必须使用grunt或web编译器来编译更少的文件。看起来不像网络必需品那么流畅。
我尝试过Web编译器,但它似乎无法使用我们的嵌套文件,因此它会在我们的样式变量上出错。
// Bootstrap
// ---------------------------------------------
@import "bootstrap/less/bootstrap.less";
@import "bootstrap/less/responsive.less";
@import "bootstrap/less/variables.less";
还有一些错误:
Error (WebCompiler) NameError: variable @inputHeight is undefined in \Content\bootstrap\less\mixins.less MyProject.Web
Error NameError: .tab-focus is undefined in \Content\bootstrap\less\reset.less MyProject.Web
有没有人知道如何使用Web编译器解决这个问题? 如果没有,咕噜咕噜或'Bundler& Minifier的工作做得更好?