I've just made some progress. A quick check here pointed me the direction.
Clearing the files in the App_Data/ClientDependency folder and changing the version number in the config/ClientDependency.config file made things to evolve.
The problem is now that my rendered css is empty however less file I could configure to be rendered.
At the same time, An error is recorded in logs for each less page call : "At /less/bootstrap.less (Referred by: ):" (nothing more...)
Can not update dotless.Core.dll to 1.3
Hi there,
Considering the U4 uBootstrap package, I noticed that dotless.Core.dll file were placed in bin/ folder.
It's v1.2 and I need to replace it with v1.3 as Twitter Bootstrap v2.0.3+ needs that.
So I replaced the current dll by the one I downloaded on dotless repository though nothing changes.
The current dll seems to actually not be used at all (I can even delete it without any trouble).
Did you embed dotless.Core in your bootstrap logic assembly ?!
How can I manually update dotless.Core on your package ?
Thanks for any advice.
Nicolas.
I've just made some progress. A quick check here pointed me the direction.
Clearing the files in the App_Data/ClientDependency folder and changing the version number in the config/ClientDependency.config file made things to evolve.
The problem is now that my rendered css is empty however less file I could configure to be rendered.
At the same time, An error is recorded in logs for each less page call : "At /less/bootstrap.less (Referred by: ):" (nothing more...)
Thanks to advice,
Nicolas.
Hey Jorge,
Thanks for your reply.
It seems to be related to an unattended dotless.core behaviour as it also displays nothing when directly calling less url's on the browser.
Nothing for most less files but some display their content...
I'm guessing if that could be related to the bug described here.
Thanks,
Nicolas.
Well, I actually compiled dotless.core from the latest source, which includes the fix described on Google Group...
Still no go, only mixins.less renders, all others display some binary characters on screen first time then nothing at all.
Solved,
Just needed to add a section and dotless arg in web.config
Cheers
is working on a reply...