https://github.com/morlay/gulp-svg-ignore
https://github.com/morlay/gulp-svg-ignore
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/morlay/gulp-svg-ignore
- Owner: morlay
- Created: 2015-01-12T05:29:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-30T13:18:24.000Z (almost 11 years ago)
- Last Synced: 2025-05-31T23:16:38.718Z (about 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## svg ignore
Just for removing the layers of svg sources
[](https://travis-ci.org/morlay/gulp-svg-ignore)
[](https://david-dm.org/morlay/gulp-svg-ignore)
## Usage
var gulp = require('gulp');
var gulpSvgIgnore = require('gulp-svg-ignore');
var selectorList = ['#layer'] // input an array with jQuery style selector
gulp.src('*.svg')
.pipe(gulpSvgIgnore(selectorList))