dirkmc

Results 209 comments of dirkmc

I tried less-0.9.1 and press-1.0.29 and it seems to work fine

I think maybe there's a bug in the repath method: ``` java private static String repath(String cssFileUrl, String url) { String[] parts = url.split("\\.\\./"); int len = parts.length; String finalurl...

Hey Oren, That is strange. I tried out a sample less file with the less module, with press, and with a combination of the two. It all works fine for...

Hey Oren, Thanks a lot for taking the time to help out with debugging. It seems that both yui-compressor and lesscss-engine rely on Rhino (a Java -> JavaScript bridge). The...

Ugh this dependency stuff is such a pain. Ok I'll try again and see if I can find the problem with CSS compression. With regards to your question about moving...

Ok I think it's almost right. The only problem is when you have things like url(../somedir/../sprite.png) I wrote a class that you can use to test it: ``` java public...

By the way in main.html line 108 there's a space before the closing quote that causes an error (on the Mac at least): #{press.script 'bootstrap-transition.js ' /} Also there's no...

Ok I've upgraded the version of yui compressor to 2.4.7, it seems to be working a bit better now, at least the files are not empty and there are no...

I don't have the issue with CSS in my own tests, I wonder if the less files have a weird encoding? I'm using a Mac and you're using Windows, right?...

It should be very easy to write one. Just make a play-scala template version of each of the tag files: https://github.com/dirkmc/press/tree/master/app/views/tags/press If you do so please submit a pull request...