Skip to content

gkucmierz/gulp-watch-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');