
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
netlify-plugin-hugo-cache-resources
Advanced tools
Persist Hugo resources folder between Netlify builds for huge build speed improvements!
Persist Hugo resources folder between Netlify builds for huge build speed improvements! ⚡️
This plugin caches the resources folder after build. If you are processing many images, this would improve build duration significantly.
You can install this plugin in the Netlify UI from this direct in-app installation link or from the Plugins directory.
For file-based installation, add the following lines to your netlify.toml file:
[build]
publish = "public"
[[plugins]]
package = "netlify-plugin-hugo-cache-resources"
[plugins.inputs]
# If it should show more verbose logs (optional, default = true)
debug = true
# Relative path to source directory in case you use Hugo's "--s" option
srcdir = "path/to/website"
Note: The [[plugins]] line is required for each plugin, even if you have other plugins in your netlify.toml file already.
To complete file-based installation, from your project's base directory, use npm, yarn, or any other Node.js package manager to add the plugin to devDependencies in package.json.
npm install -D netlify-plugin-hugo-cache-resources
FAQs
Persist Hugo resources folder between Netlify builds for huge build speed improvements!
The npm package netlify-plugin-hugo-cache-resources receives a total of 989 weekly downloads. As such, netlify-plugin-hugo-cache-resources popularity was classified as not popular.
We found that netlify-plugin-hugo-cache-resources demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.