edgecase / dieter

Asset pipeline ring middleware
134 stars 22 forks source link

Update less-rhino to version 1.3.0 #29

Closed sridatta closed 12 years ago

sridatta commented 12 years ago

I built the latest less-rhino from the less.js repo and converted it to work at runtime instead of command line.

Updating to 1.3.0 fixes an issue where the LESS compiler throws an error if fileA.less @imports fileB.less which @imports a fileC.less that is not in the same directory as fileA.

(If that's confusing, please take a look at the updated test fixtures. That should make it clear)

pbiggar commented 12 years ago

Nice one.