grunt-image-base64-sass
v1.0.4
Published
Reads images then writes its base64 string to scss file
Downloads
8
Readme
grunt-image-base64-sass
Reads images, writes base64 string to scss file
Getting Started
This plugin requires Grunt ~0.4.5
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-image-base64-sass --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
grunt.loadNpmTasks('grunt-image-base64-sass');
The "image_base64_sass" task
Overview
grunt.initConfig({
image_base64_sass: {
build: {
options: {
dest: 'src/styles/_imagess.scss'
},
files: [{src: 'src/images/raid-icons.jpg'}, {src: 'src/images/heroic.png'}]
}
}
});
License
Copyright 2014 Robin Radic MIT Licensed