UNPKG

gulp-mirror

Version:

Make a mirror of stream, it's useful that do different transform of the same stream.

11 lines (7 loc) 250 B
test: ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec -t 20000 coveralls: test cat ./coverage/lcov.info | ./node_modules/.bin/coveralls debug: node $(NODE_DEBUG) ./node_modules/.bin/_mocha -R spec -t 20000 .PHONY: test