Daniel Rotter
Daniel Rotter
@papablack Have you maybe edited the `getCacheDir` methods of the kernels? Can you try to use a debugger or `die`. And is it only happening in production or does it...
Did you compare the webserver configurations? Has to be something like that... Are the redirects correct? Does `/admin` actually go to the `AdminKernel`?
Yeah, that's what it is already doing ;-)
Looks like there is an open issue for that for quite a time: https://github.com/kriswallsmith/assetic/issues/116 However, maybe the following technique could be useful: http://stackoverflow.com/a/11682410/1292378 But only if we really version our...
A few things I have noted (maybe @chirimoya and @wachterjohannes have more input): # Localizations This way you would end up with 11 localizations. The nesting works a bit different,...
> Yes, the corporation does publish stuff in Austria, Germany and Switzerland. I have not explained adequately - when I say "X web presence", it means "website in X country",...
@Swader Do you have any questions left, or can we close this issue?
Ok, sounds like a good solution :) Just thought it might be a good idea to ping once more, since issue is almost a year old.
For me it works as it should: all files in the webspaces folder ending with `.dist` are versioned by git, and all others are ignored. So I don't really know...
Ok, looks like you already know the change to make, can't you quickly make a PR (it's just your line and a changelog entry :wink:)