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
|
I'm experiencing very slow viewing and editing times when work with Less files. I'm using Twitter Bootstrap (http://twitter.github.com/bootstrap/index.html) from Initialzr (http://www.initializr.com/) which includes several .less files. The slowness seems to stem from using variables that are defined and imported from other Less files. For example, if I try to use a variable from one of the Bootstrap less files that are imported in my less file, I begin seeing slower responses when editing. The body of the pre-built less file from Initializr looks like this. @import "../../assets/less/bootstrap/bootstrap.less"; body { padding-top: 60px; padding-bottom: 40px; } @import "../../assets/less/bootstrap/responsive.less"; If I do something like this in which I'm using a variable defined in bootstrap.less, things get slower: .breadcrumb { margin-bottom: @baseLineHeight / 2; } |
|
|
Which build of WW are you using? We have added in some perf improvements recently which should help with large imports slowing down the editing experience.
|
|
|
3.2.288.20623 |
|
|
The performance improvements I mentioned have been made subsequent to the version you are using, so if you have a subscription for WW you can download a nightly build from your My Account page to update to the latest version which will have these changes otherwise they will be included in the next update we make to the Visual Studio gallery which will be in the coming weeks.
|
|