-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Description
I'm trying to install dotless 1.6.2 into newly created ASP.NET MVC project (Visual Studio Community 2017, 15.6.6).
- On the first run I've got the error
Only one <configSections> element allowed. It must be the first child element of the root <configuration> element. dotless adds configSection to the end of web.config, and this behaviour is incorrect. - After moving
configSectionsto the start ofconfigurationwhen opening/Content/style.lessI've got the errorCould not load type 'dotless.Core.LessCssHttpHandler' from assembly 'dotless.Core'. It seems that web.config template wasn't changed when library was updated to 1.6.x version.
Please fix these errors, they are really disappointing.
Example of project after step 1 is attached.
Metadata
Metadata
Assignees
Labels
No labels