1.0.4 • Published 9 years ago

grunt-image-base64-sass v1.0.4

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

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

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago