Marko Ilic
Marko Ilic
I am really happy that people are using these docs still. Therefore, I will put my time to update most (as much as I can).
I started to look into updating the docs and `gulp-liquify` is not maintained at all. It has a the prototype pollution vuln from lodash. I don't see any other alternatives.
This can be solved with a simple child process check. But I would maybe give the user an option to choose. At one point Yarn made a lot of sense...
@silvenon I will sit down on the weekend and put in some work.
Sorry for a delay, had some construction work in the house so no JS for me :( Anyways, got something done after work. It was really strange to debug as...
@cswebservice If by `pods` you mean a Kubernetes pod then this is not the problem. This is a default Gridsome config and Netlify builds and deploys. The idea that crossed...
I guess this should be closed as this was an SW cache problem. The problem was that the service worker wasn't updated with the new bundle. This is now fixed...
My ideas was not to strip query string from Regex it was to disable the option of adding (appending) them to the URL for certain redirects. **Global Settings: Strip Query...
same here: ``` Running "bower:install" (bower) task Fatal error: options argument must be an object ``` ``` bower: { install: { options: { copy: false } } }, ```