- java
~jre 1.6
- nodejs
不确定,个人环境是 windows v0.10.15
- nodejs
~0.4.0
npm install grunt-contrib-smartsprites --save-dev
grunt.loadNpmTasks('grunt-contrib-smartsprites');
//grunt smartsprite
smartsprite:
{
dev:
{
// smartspritePath : 'smartsprites.cmd',
rootPath: config.src + 'style/source/',
outputPath: config.src + 'style/',
cssFileSuffix: '',
stdout: true,
stderr: true,
callback: function()
{
grunt.log.writeln('smartsprite exec successfully.');
}
}
}
Type: String
smartsprite 路径,当前已经包含 smartsprites-0.2.9
,默认会使用此目录的 smartsprite
Type: String
包含 smartsprite tag 的 css 文件夹路径
Type: String
smartsprite 执行输出 css 文件夹路径
Type: String
生成的 css 文件后缀
Type: Boolean
是否显示标准输出
Type: Boolean
是否显示错误输出
Type: Function
执行完成回掉
- 整个程序大部分都参考了 https://github.com/jharding/grunt-exec
- Waitcat
- TooBug
- Vincent
- 新手,程序难免有瑕疵,望大家多包涵,多斧正!