On Saturday, April 14, 2012 2:45:28 PM UTC-5, nilskp wrote:
>
> I'm using the latest 1.3.0, but I can't find a uglyfied version, nor can I 
> find any way to get some debugging output.
>

Ok, finally found something. For anyone else using less.js for 
client-compilation, add this javascript snippet before less.js:

var less = {env: 'development'};

Tells you exactly what's wrong :-)

My problem was that I thought I could use .disabled stand-alone, like 
.active. You cannot. Must be .btn.disabled.

Seems to work now. Thanks!

Reply via email to