Microsoft Visual Studio Enterprise 2019
Version 16.3.10
VisualStudio.16.Release/16.3.10+29519.87
Microsoft .NET Framework
Version 4.8.03761
Description
When minifing css I get hard to track error messages:
Processing wwwroot/_cache/foundation.min.css
Expected selector, found '/'
Expected comma or open brace, found '/'
Expected closing parenthesis, found ','
Expected function, found ','
Expected semicolon or closing curly-brace, found ')'
Process terminated with code 0.
I would expect that errors show at least file name and line number where problem occured. Also I would expect that libs like boostrap should be bundled without any problem - its had to imagine that source files should be modified because of bundler.
Installed product versions
Microsoft Visual Studio Enterprise 2019 Version 16.3.10 VisualStudio.16.Release/16.3.10+29519.87 Microsoft .NET Framework Version 4.8.03761
Description
When minifing css I get hard to track error messages: Processing wwwroot/_cache/foundation.min.css Expected selector, found '/' Expected comma or open brace, found '/' Expected closing parenthesis, found ',' Expected function, found ',' Expected semicolon or closing curly-brace, found ')' Process terminated with code 0.
bundleconfig.json:
Expected behavior
I would expect that errors show at least file name and line number where problem occured. Also I would expect that libs like boostrap should be bundled without any problem - its had to imagine that source files should be modified because of bundler.