Luke Lawson

Results 6 issues of 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...

type: feature
priority: low
upstream
v4

**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...

feat/builds
needs docs

**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...

type: bug
theme/env
theme/lfs
theme/large-media

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...

**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...

type: bug
status: awaiting user response

**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`:...