alexo / wro4j

New project location is:https://github.com/wro4j/wro4j
442 stars 110 forks source link

1.7.x #159

Closed svanders closed 11 years ago

svanders commented 11 years ago

Hi Alex

We've done little work on the sass and bourbon sass processor. We've found upgrading to jruby 1.7.6 speeds up the processing.

I've had to add the maven repository http://mvnrepository.com/ to be able to get the jruby-stdlib 1.7.6 artifact as it's not available in maven central. I hope that's OK.

I've also partially fixed one of the tests you had to @Ignore, it now works when run from wro4j-extentions module, but not when run from the parent wro4j project.

Cheers

Simon

alexo commented 11 years ago

First of all thanks for this pull request. The jruby-1.6 is available on maven repo, so there is no need to add new repository to root pom.xml.