Skip to content

Commit

Permalink
release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aslansky committed Mar 7, 2014
1 parent 32699f8 commit 6b980be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ module.exports = {
if (opts.style && path.basename(opts.style).indexOf('.') === -1) {
opts.style = path.join(opts.style, replaceExtension(opts.name, '.' + opts.processor));
}
console.log(opts);
vfs.src(opts.src)
.pipe(sprite(opts))
.pipe(es.map(writeFile))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-sprite",
"version": "0.6.2",
"version": "0.6.3",
"description": "css sprite generator",
"license": "MIT",
"repository": {
Expand Down
3 changes: 0 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,3 @@ module.exports = function(grunt) {
```

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`.


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/aslansky/css-sprite/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit 6b980be

Please sign in to comment.