Skip to content

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

License

Notifications You must be signed in to change notification settings

eburton/grunt-sass-imagemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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' );

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published