No, I agree; I'm thinking of a refactoring where SRS does just what it
says: create an SR from a Resource and cross-compile it (i.e., CoffeeScript
to JavaScript), and then add a second service to which filters can be
contributed to do all the other work: CSS rewrites, minimization, caching,
gzippin
I'd like to see a sample of code and template before deciding if this is a
bug, or user error. It is likely a bug, but I haven't had a chance to test
it.
On Fri, Apr 19, 2013 at 5:02 PM, Charlouze wrote:
> New information about my problem: it's working with classpath assets but it
> is not wor
I've never seen this in any application I've built or deployed, but I tend
to use Jetty, not Tomcat.
On Fri, Apr 19, 2013 at 10:05 PM, Muhammad Gelbana wrote:
> This happens rarely and completely randomly. I cannot reproduce it and I
> have no idea how to debug it. But I can confirm it happens w
This happens rarely and completely randomly. I cannot reproduce it and I
have no idea how to debug it. But I can confirm it happens with any page I
have, non in specific.
What typically happens is that I click a link to load a page, the browser's
loading icon starts spinning and that's it. To over
New information about my problem: it's working with classpath assets but it
is not working with context assets.
Am I doing something wrong or is this a bug ?
2013/4/17 Charlouze
> I'm 100% sure that my app is not in production mode and my file is not
> packaged in a JAR file.
>
> As I said, it
Documentation sake :
I have solved the problem by extending StreamableResourceSourceImpl with my
local class and binding that class with a local interface with the same
methods as StreamableResourceSource, hence avoiding the decorators bound to
StreamableResourceSource.
I feel that this is a very