项目作者: gkucmierz
项目描述 :
高级语言: JavaScript
项目地址: git://github.com/gkucmierz/gulp-watch-api.git
gulp-watch-api
Simple gulp script for watching and reloading API files.
It is not configurable yet in this version.
It is watching all js and json files in ./src directory, and reloading ./src/index.js script.
instalation
npm i gulp-watch-api --save-dev
usage
// gulpfile.js
require('gulp-watch-api');