Yes I found uBootstrap while snooping around, however I was looking for a way to run just dotless, and I believe I just managed it. This might be very obvious but I just started using umbraco today...
What I did was to install dotless via nuget in VS and then add .less-files to the supported extensions in the web.config like so:
.less in umbraco 5
Anyone figured out a way to use dotless with umbraco 5 yet?
You can check out Jorge's work on uBootstrap. He has a V5 starter kit that includes .LESS support.
http://our.umbraco.org/projects/starter-kits/ubootstrap
Yes I found uBootstrap while snooping around, however I was looking for a way to run just dotless, and I believe I just managed it. This might be very obvious but I just started using umbraco today...
What I did was to install dotless via nuget in VS and then add .less-files to the supported extensions in the web.config like so:
<stylesheetssupportedExtensions="*.css;*.less" excludedDirectories=".*" rootPath="~/Content/Styles" />
Works like a charm!
is working on a reply...