Luke Lawson
Luke Lawson
### Steps to reproduce 1. Deploy site with animated Webp images using this plugin. 2. Note that the images are not animated after the site is deployed. ### A link...
**Is your feature request related to a problem? Please describe.** The full git clone can be time consuming and the full history isn't required to make a build of a...
**Describe the bug** If a submodule uses Git LFS, the `GIT_LFS_ENABLED` environment variable is used for the submodule clone. However, the `GIT_LFS_FETCH_INCLUDE` environment variable which determines the filetypes that will...
Don't set a GIT_LFS_FETCH_INCLUDE and always clone the actual content for all Git LFS tracked files
Currently the build image only clones the actual file contents for Git LFS tracked files for file extensions listed here: https://github.com/netlify/build-image/blob/xenial/buildbot-git-config#L2 Quoting: ```text fetchinclude = *.jpg,*.png,*.jpeg,*.svg,*.gif,*.pdf,*.mp4,*.bmp ``` This behavior can...
The DSG function deploys fail with a "larger than the maximum supported" error for high page counts.
**Description of the issue** The DSG feature is handled by Functions that are created by this plugin. However, the plugin doesn't detect when the database files used will cause the...
**Description** If you reference a `build.ignore` which is invalid or doesn't exist the failure is silently ignored and the build continues. I was testing with a bash script named `exit-zero.sh`:...