Skip to content

Commit

Permalink
docs(readme): update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mohatt committed May 6, 2021
1 parent 8056404 commit 871e491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ events emitted by [file transformers](#file-transformers).
The plugin comes with these tasks out of the box:
- [Purgecss](https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/src/tasks/purgecss)
Optimizes HTML/CSS files by removing unused CSS selectors.
- [Netlify Headers](https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/src/tasks/netlify-headers)
Transforms HTML link tags with resource hints into HTTP Link headers using Netlify's `_headers` file.
- [HTTP Headers](https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/src/tasks/http-headers)
Transforms HTML link tags with resource hints into HTTP Link headers using config file formats from different providers.
- [Minify](https://github.com/mohatt/gatsby-plugin-postbuild/blob/master/src/tasks/minify)
Minifies HTML inline scripts and styles using [terser](https://github.com/terser/terser) and [cssnano](https://github.com/cssnano/cssnano).

Expand Down

0 comments on commit 871e491

Please sign in to comment.