I am using less.js (version 1.2.1) on localhost (on Windows), and when I use less.watch() in console, I keep getting this error:
less.js:9 Uncaught TypeError: Object #<HTMLLinkElement> has no method 'toCSS'
I searched for an answer to solve this, but no luck. Anyway on how to fix this error? The less.watch() does work, but it also is slow and every second I get that error.
Anyway to fix this?
There is really nothing in the html, here is how I set up less though. Am I doing it wrong?
<link rel="stylesheet/less" type="text/css" href="css/styles.less">
<script src="js/less.js" type="text/javascript"></script>
Firebug Console:
b.toCSS is not a function
[Break On This Error]
b && r(b.toCSS(), d, e.lastModified)


<body>of your page — does it still happen? – David Wolever Feb 8 '12 at 8:33