grunt-smartsprites

0.1.1 • Public • Published

grunt-contrib-smartsprites

Grunt task for smartsprites

Dependencies

  • java ~jre 1.6
  • nodejs >= 0.8.0
  • grunt >= 0.4.0

Usage

npm install grunt-contrib-smartsprites --save-dev

smartsprites: {
    dev: {
        // smartspritePath : 'smartsprites.cmd',
        rootDirPath: config.src + 'style/source/',
        outputDirPath: config.src +  'style/',
        cssFileSuffix: '',
        documentRootDirPath: '',
        stdout: true,
        stderr: true,
        callback: function () {
            grunt.log.writeln('smartsprite exec successfully.');
        }
    }
}

Package Sidebar

Install

npm i grunt-smartsprites

Weekly Downloads

4

Version

0.1.1

License

none

Last publish

Collaborators

  • loicmahieu