-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# gulp-svg-sprite [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url] | ||
# gulp-svg-sprite [![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Dependency Status][depstat-image]][depstat-url] [![Development Dependency Status][devdepstat-image]][devdepstat-url] | ||
=============== | ||
|
||
is a Gulp plugin wrapping around [svg-sprite](https://github.com/jkphl/svg-sprite) which **takes a bunch of [SVG](http://www.w3.org/TR/SVG/) files**, optimizes them and bakes them into **SVG sprites** of several types: | ||
|
@@ -206,6 +206,7 @@ Copyright © 2015 Joschi Kuphal <[email protected]> / [@jkphl](https://twitter.c | |
|
||
[npm-url]: https://npmjs.org/package/gulp-svg-sprite | ||
[npm-image]: https://badge.fury.io/js/gulp-svg-sprite.png | ||
[npm-downloads]: https://img.shields.io/npm/dm/gulp-svg-sprite.svg | ||
|
||
[travis-url]: http://travis-ci.org/jkphl/gulp-svg-sprite | ||
[travis-image]: https://secure.travis-ci.org/jkphl/gulp-svg-sprite.png | ||
|
@@ -216,4 +217,4 @@ Copyright © 2015 Joschi Kuphal <[email protected]> / [@jkphl](https://twitter.c | |
[depstat-url]: https://david-dm.org/jkphl/gulp-svg-sprite | ||
[depstat-image]: https://david-dm.org/jkphl/gulp-svg-sprite.svg | ||
[devdepstat-url]: https://david-dm.org/jkphl/gulp-svg-sprite#info=devDependencies | ||
[devdepstat-image]: https://david-dm.org/jkphl/gulp-svg-sprite/dev-status.svg | ||
[devdepstat-image]: https://david-dm.org/jkphl/gulp-svg-sprite/dev-status.svg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gulp-svg-sprite", | ||
"description": "SVG sprites & stacks galore — Gulp plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"homepage": "https://github.com/jkphl/gulp-svg-sprite", | ||
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)", | ||
"repository": { | ||
|
@@ -24,26 +24,26 @@ | |
"CHANGELOG.md" | ||
], | ||
"dependencies": { | ||
"svg-sprite": "~1.3.1", | ||
"svg-sprite": "~1.3.2", | ||
"through2": "^2.0.1", | ||
"gulp-util": "^3.0.7", | ||
"vinyl": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "*", | ||
"event-stream": "*", | ||
"glob": "~7.0.3", | ||
"glob": "~7.0.5", | ||
"gulp": "^3.9.1", | ||
"gulp-jshint": "^2.0.1", | ||
"gulp-plumber": "^1.1.0", | ||
"image-diff": "^1.5.1", | ||
"image-diff": "^1.6.0", | ||
"istanbul": "*", | ||
"jshint": "^2.9.2", | ||
"mkdirp": "^0.5.1", | ||
"pn": "^1.0.0", | ||
"mocha": "*", | ||
"mocha-lcov-reporter": "*", | ||
"should": "~8.3.1", | ||
"should": "~9.0.2", | ||
"svg2png": "jkphl/svg2png" | ||
}, | ||
"keywords": [ | ||
|