softprops / less-sbt

type less css in your sbt projects
Other
45 stars 18 forks source link

Pull-request fo issue #7 #12

Closed kastigar closed 12 years ago

kastigar commented 12 years ago

Reopened correct pull-request!

softprops commented 12 years ago

Looks good. I'll have to make a note of this the next time there is a less rhino release.

softprops commented 12 years ago

Looks like I called that two quickly. The scripted tests failues for me with they output

[info] [error] {file:/private/var/folders/98/fjjz04qs4dl60tqxhrdpxxn40000gn/T/sbt_be73fdbc/nested-imports/}default-ca39cc/*:contents: Contents of (target/scala-2.9.1/resource_managed/main/css/main.css) [info] [error] h2 { [info] [error] color: #002; [info] [error] } [info] [error] h2 { [info] [error] color: #002; [info] [error] } [info] [error] does not match (fixtures/main.css) [info] [error] h1 { [info] [error] color: #001; [info] [error] } [info] [error] h2 { [info] [error] color: #002; [info] [error] }

I will have a look.

softprops commented 12 years ago

I take that back. I merged this in after switching the snap shot to 0.1.6-SNAPSHOT when this test was using the older 0.1.5-SNAPSHOT. All is well :) Thanks for the patch!