0.1.1 • Published 10 years ago

grunt-smartsprites v0.1.1

Weekly downloads
7
License
-
Repository
github
Last release
10 years ago

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