Jason Lewis
Jason Lewis
Sorry for the delay on replying to this, I somehow missed it in my e-mails. Are your assets stored outside the public directory?
@andrew13 Have you changed the `UriRewriteFilter` alias in any way? @envisio Looks as though the filter isn't being applied.
@andrew13 Ah, remove the `setArguments` as it's already got the `public_path()` argument set in the alias and the alias is mapped to `UriRewriteFilter` (if you have a look). I think...
No worries, it's probably not expected so am changing it so any call to `setArguments` overwrites already set arguments. You can chain `setArgument` though to chain argument setting.
Yep, fix has just been pushed for that. Cheers @andrew13.
Will update that when I get a chance. 5.3 is way old school now. I have no intentions of supporting it.
What is the path to your Node installation? On 8 Jun 2013 02:36, "realsurfer" [email protected] wrote: > Hello, > > I have done a fresh install of the latest nodejs...
Are you using the `Less` filter alias? If so, you might need to drop `findMissingConstructorArgs` and manually add the node paths. Note that I just pushed a change that allows...
Woops. It's late here. I forgot to commit and push. :tired_face: Try updating again.
See above comment again. Sorry!