
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
grunt-css-img-2-data-uri
Advanced tools
Replace image urls to data uri. Also warns if a data uri would be duplicated, so developer can move them under one CSS rule to save size.
This plugin requires Grunt ~0.4.1
If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
npm install grunt-css-img-2-data-uri --save-dev
One the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-css-img-2-data-uri');
In your project's Gruntfile, add a section named css_img_2_data_uri
to the data object passed into grunt.initConfig()
.
grunt.initConfig({
throwOnDuplicate: true,
css_img_2_data_uri: {
options: {
files: [
{
src: 'path/to/source.css',
dest: 'path/to/output.css'
},
{
src: 'path/to/another/source.css',
dest: 'path/to/another/output.css'
}
]
}
}
})
Type: Array
List of css files which needs to be processed.
Type: Boolean
If set to true, it throws an error when the same image found twice, so the grunt build would stop.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
FAQs
Replace image urls to data uri
We found that grunt-css-img-2-data-uri 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
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.