grunt-sass-imagemap

0.1.1 • Public • Published

grunt-sass-imagemap

Plugin to generate a map file containing image information from folders.

Example Usage

Add the following to your gruntfile:

grunt.initConfig({
  sass_imagemap: {
    all: {
      files: [{
        cwd:  'images',
        src:  '**/*.{png,jpg,gif,jpeg}',
        dest: 'sass/import/maps/_images.scss'
      }]
    }
  },
});

Enable the task in your gruntfile:

grunt.loadNpmTasks( 'grunt-sass-imagemap' );

Readme

Keywords

Package Sidebar

Install

npm i grunt-sass-imagemap

Weekly Downloads

33

Version

0.1.1

License

none

Last publish

Collaborators

  • eburton