gingebaker

Results 3 issues of gingebaker

Are there any plans to add SCSS support to AIOM? I saw that Bootstrap 4 will be using Sass instead of Less. I think it would be a great feature...

Hi I got two problems that all have to do with the Processwire Template Cache when using AIOM. **1) First of the ClearCacheFromBackend issue:** Following initial situation: - I have...

Hello I have a problem that I cannot use optional route parameters like shown in [Fast Route Example](https://github.com/nikic/FastRoute#usage): ```php // The /{title} suffix is optional $r->addRoute('GET', '/articles/{id:\d+}[/{title}]', 'get_article_handler'); ``` I...