File tree 3 files changed +1
-5
lines changed 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ module.exports = {
42
42
if ( opts . style && path . basename ( opts . style ) . indexOf ( '.' ) === - 1 ) {
43
43
opts . style = path . join ( opts . style , replaceExtension ( opts . name , '.' + opts . processor ) ) ;
44
44
}
45
- console . log ( opts ) ;
46
45
vfs . src ( opts . src )
47
46
. pipe ( sprite ( opts ) )
48
47
. pipe ( es . map ( writeFile ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " css-sprite" ,
3
- "version" : " 0.6.2 " ,
3
+ "version" : " 0.6.3 " ,
4
4
"description" : " css sprite generator" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -151,6 +151,3 @@ module.exports = function(grunt) {
151
151
```
152
152
153
153
Options to use ` css-sprite ` with [ Grunt] ( http://gruntjs.com ) are the same as for the ` sprite.create ` function with the exception of ` src ` and ` out ` .
154
-
155
-
156
- [ ![ Bitdeli Badge] ( https://d2weczhvl823v0.cloudfront.net/aslansky/css-sprite/trend.png )] ( https://bitdeli.com/free " Bitdeli Badge ")
You can’t perform that action at this time.
0 commit comments