Asad Memon
Asad Memon
@rosancoderian Another way I personally prefer is calling the middleware directly: Keeping all middlewares in a separate file: ```js // ./common/middlewares.js // MIDDLEWARES var logOriginalUrl = function (req, res, next)...
Just created spectrum community: https://spectrum.chat/zero I will have to re-visit how PWA can fit here.
I absolutely agree with this! The project needs a cleanup. As you have found, the whole problem stems from the format of the internal manifest, which is full of arrays....
Thanks, I will check the debug module. As for the original issue, #94 and #97 should improve this.
Previously, there was a callback hell between file watcher, manifest module and the router. Because on each file change we needed to generate a new manifest and then on a...
Unfortunately that group is not so active as spectrum itself didn't gain much traction. This project is very much active and we are fully committed to it. I wonder what's...
That would be great. Zero already runs each endpoint in a separate process anyway. A Now compatible 'export' should be straightforward.
You are right. Pug support would be cool. I will look into this sometime if no one else does.
Do you have a use-case for this? Right now, you can just import `.styl` files into your HTML and React components and zero will parse them that way and auto-include...
I am sorry for not responding to this. I needed more time to think. The only concern I have is `darkmode.styl` mapping to an endpoint different than it's filename `darkmode.min.css`....