Commented Unassigned: Package from NuGet: Less compilation fails with...
I intalled the NuGet package for BundleTransformer: LESS today and when I try to make a bundle for bootstrap files, it fails. The code used to make the bundle is the following: var cssBundle = new...
View ArticleCommented Unassigned: Exception when using @media [51]
when you use media queries in the less file, it throws an exception.Comments: Perhaps the exception is not due to the media query, but due to the import of the variable. The full code is: ``` @import...
View ArticleClosed Unassigned: Package from NuGet: Less compilation fails with Bootstrap...
I intalled the NuGet package for BundleTransformer: LESS today and when I try to make a bundle for bootstrap files, it fails. The code used to make the bundle is the following: var cssBundle = new...
View ArticleCommented Unassigned: Exception when using @media [51]
when you use media queries in the less file, it throws an exception.Comments: LESS is not Sass. Do not forget to put a semicolon after the import. ``` @import "../../bootstrap3/less/variables.less";...
View ArticleClosed Unassigned: Exception when using @media [51]
when you use media queries in the less file, it throws an exception.
View ArticleCommented Unassigned: Add ability to test bundle configuration [45]
I could not find a way to unit test bundle configuration.What I would like to do is to call `BundleConfig.RegisterBundles(BundleTable.Bundles)` and then use `Bundle.EnumerateFiles()` to check what was...
View ArticleCommented Unassigned: Exception when using @media [51]
when you use media queries in the less file, it throws an exception.Comments: yeah, my bad. Forgot to put semicolon. Спасибо за помощь!
View ArticleCreated Unassigned: Typescript: exporting a class results in "Object...
First of all, thank you for all the hard work you've put into this library. You've made it possible for us to use MVC optimization to compile Bootstrap 3.0. We're also interested in starting to use...
View ArticleCommented Unassigned: Typescript: exporting a class results in "Object...
First of all, thank you for all the hard work you've put into this library. You've made it possible for us to use MVC optimization to compile Bootstrap 3.0. We're also interested in starting to use...
View ArticleCommented Unassigned: Typescript: exporting a class results in "Object...
First of all, thank you for all the hard work you've put into this library. You've made it possible for us to use MVC optimization to compile Bootstrap 3.0. We're also interested in starting to use...
View ArticleCommented Unassigned: Typescript: exporting a class results in "Object...
First of all, thank you for all the hard work you've put into this library. You've made it possible for us to use MVC optimization to compile Bootstrap 3.0. We're also interested in starting to use...
View ArticleCreated Unassigned: Strict-mode does not allow assignment to undefined...
Столкнулся с ошибкой минимизации библиотеки qTip2 с помощью Microsoft Ajax JS-minifier:Во время минимизации JS-кода, считанного из файла "/Scripts/jquery.qtip.js", с помощью Microsoft Ajax JS-minifier...
View ArticleCommented Unassigned: Strict-mode does not allow assignment to undefined...
Столкнулся с ошибкой минимизации библиотеки qTip2 с помощью Microsoft Ajax JS-minifier:Во время минимизации JS-кода, считанного из файла "/Scripts/jquery.qtip.js", с помощью Microsoft Ajax JS-minifier...
View ArticleClosed Unassigned: Strict-mode does not allow assignment to undefined...
Столкнулся с ошибкой минимизации библиотеки qTip2 с помощью Microsoft Ajax JS-minifier:Во время минимизации JS-кода, считанного из файла "/Scripts/jquery.qtip.js", с помощью Microsoft Ajax JS-minifier...
View ArticleCommented Unassigned: Strict-mode does not allow assignment to undefined...
Столкнулся с ошибкой минимизации библиотеки qTip2 с помощью Microsoft Ajax JS-minifier:Во время минимизации JS-кода, считанного из файла "/Scripts/jquery.qtip.js", с помощью Microsoft Ajax JS-minifier...
View ArticleCommented Unassigned: Strict-mode does not allow assignment to undefined...
Столкнулся с ошибкой минимизации библиотеки qTip2 с помощью Microsoft Ajax JS-minifier:Во время минимизации JS-кода, считанного из файла "/Scripts/jquery.qtip.js", с помощью Microsoft Ajax JS-minifier...
View ArticleCommented Unassigned: Typescript: exporting a class results in "Object...
First of all, thank you for all the hard work you've put into this library. You've made it possible for us to use MVC optimization to compile Bootstrap 3.0. We're also interested in starting to use...
View ArticleCommented Unassigned: Typescript: exporting a class results in "Object...
First of all, thank you for all the hard work you've put into this library. You've made it possible for us to use MVC optimization to compile Bootstrap 3.0. We're also interested in starting to use...
View ArticleCreated Unassigned: Mac Line endings break compilation [56]
If a .less file is written using mac format line endings (CR only), the BundleTransformer can break when there is a line comment within some braces.Simple test case (also attached as a file)```a {//...
View ArticleEdited Unassigned: Mac Line endings break Less compilation [56]
If a .less file is written using mac format line endings (CR only), the BundleTransformer can break when there is a line comment within some braces.Simple test case (also attached as a file)```a {//...
View Article