Han van Venrooij
Han van Venrooij
I also believe that work needs to be done to compile the play routes file. This should be trivial though (given that twirl has been implemented)
Urgh... I wasn't expecting the JVM to prefer the platform library over the bundled one. Do you perhaps know of a way that I can tell jna to only load...
Hmm typically this is caused by a memory issue in libsass itself. I’ll have a look at whether this issue can be solved by upgrading libsass, if not, I’ll report...
Hi Michael, Could you clarify which version of sbt-sassify you're using? I'm trying to reproduce this issue, but I cannot on my intel Mac.
Great that you'd like to help resolve this issue. Would it be possible for you to provide your plugins.sbt and build.sbt files? I personally wouldn't expect this to be an...
I'm not sure whether I did it correctly, but I cloned your github library, updated the native directory and I tested it using mvn test. All tests passed... Not sure...
An automated script would be awesome! I've compiled libsass for OS X, replaced in the repo and run the unit tests. These tests were successful (except the test verifying the...
I've got a quick question, apparently, I've made an error when compiling the library. The problem resides in the way I compiled the shared library. Now, I've got a runtime...
I'm not sure that the conversion to a pipeline plugin is necessary. I think [sbt-filter](https://github.com/rgcottrell/sbt-filter) will only perform its filtering when a *production* build is triggered. I'll try to find...
@driverpt, I fail to see how this is impossible with the current approach. If [sbt-filter](https://github.com/rgcottrell/sbt-filter) removes the `.scss`/`.sass` files, you can set up your final assests the way you want....