Timothy Couckuyt
Timothy Couckuyt
What @jimblue mentions is true, the lozad library isn't preloading images, only settings attributes and acting accordingly. For example, loaded classes are set even when the image itself isn't loaded...
Oh, great, thanks a lot for the input! I don't know anything about shell scripting, but I could dive into it, for sure. Am I correct when I assume that...
Another take on this: Accounting for `.gitignore` could be a pain when other companies/freelancers add files and folders to the remote folder over time that should not be deleted and...
Hi @Burnett01, Wauw, thanks for your feedback! The git diff approach seems perfect! Don't feel obliged, but when you would have some time to write such a script, that would...
Great, @Burnett01 !
No worries @Burnett01, take your time, I'm glad that you're even considering it.
UPDATE: Logging to a file triggers the same crashing problem. What's strange tho is the crash happens on the same numbers of emails and folders. Perhaps a buffer issue?
> .pipe(babel({ presets: [['@babel/preset-env', { "useBuiltIns": "usage", "corejs": "3.6" }]] })) Worked here, but babel added some require('s at the start of the file, which is why I see it...
PS: To complete, these assets get built using webpack, and are not part of the repo, we add them using .git-ftp-include. So in reality these assets get built, using different...