1.1.14 • Published 1 year ago

@netlify/gatsby-runner v1.1.14

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

gatsby-runner

Build runner for Gatsby. Used to enable lazy image processing. Registers as a handler for Gatsby's jobs API, and listens for image processing jobs. Then, rather t6han processing the image, ir writes the job as a JSON file to the cache.

Writes jobs to .cache/caches/gatsby-runner, with a filename based on the generated URL, e.g. the image static/xxx/yyy/image.png is written to .cache/caches/gatsby-runner/xxx/yyy.json. This can then be read at runtime by an image processing function.

To use this, replace gatsby build in your build command, with gatsby-runner. It passes through any other options.

1.1.14

1 year ago

1.1.11

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.0.7

2 years ago

1.1.5

2 years ago

1.0.6

2 years ago

1.1.4

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.1.10

2 years ago

0.0.2

3 years ago