fis-spriter-csssprites
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -98,3 +98,3 @@ /* | ||
//backgroud-size | ||
//background-size | ||
fis.util.map(scales, function (s, l) { | ||
@@ -157,2 +157,8 @@ s = parseFloat(s); | ||
} | ||
//@TODO record | ||
var report = {}; | ||
report[image_file.subpath] = unique(arr_selector.join(',').split(',')).length; | ||
fis.emitter.emit('csssprite:record', report); | ||
}, | ||
@@ -159,0 +165,0 @@ z_pack: require('./pack.js'), |
{ | ||
"name": "fis-spriter-csssprites", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "基于fis的csssprite,支持repeat-x,repeat-x,background-position", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,7 +6,5 @@ ## fis-spriter-csssprites | ||
### 安装 | ||
### 使用 | ||
```bash | ||
$ npm install -g fis-spriter-csssprites | ||
``` | ||
**FIS 内置** | ||
@@ -13,0 +11,0 @@ #### 环境要求 |
31660
682
213