gulp-cache

v1.0.1
A cache proxy plugin for Gulp
gulpplugin gulp cache

lint

eslint --cache 'src/**/*.js' 'test/**/*.js'

test

npm run lint && nyc mocha -b

build

rollup -c

watch

rollup -c -w

coverage

nyc report --reporter=text-lcov | coveralls

prepublishOnly

npm run build

Metadata

  • MIT
  • >=6.0.0
  • Jacob Gable
  • released 11/3/2017

Downloads