Marek Janda
Marek Janda
Ok, I think I know where my problem is. I'm deriving Template for my parent templates too. I fixed that and mostly solved my problem, but still couldn't get it...
It would be nice if Forward could include a Error to return if Forwarding fail to find another route
@DanielJoyce If you need it right now, you can use `local_cache` to save information about failed auth and check for it in 404 catcher.
@werner You can create your own schema for views manually (and keeping it in sync if you change your views) and it works.
Ah, I see it's already being worked on in #518. I was looking just in issues.
Or you can use some existing minifier to process template files before compilation. I have my templates in `templates_raw` and gulp task will minify them into `templates` directory on change....