https://github.com/yamadapc/gulp-forever
A gulp task for running a Gulp child process which may be restarted programatically from your gulpfile. It enables one to reload the gulp configuration when it changes and recover from errors.
https://github.com/yamadapc/gulp-forever
Last synced: 14 days ago
JSON representation
A gulp task for running a Gulp child process which may be restarted programatically from your gulpfile. It enables one to reload the gulp configuration when it changes and recover from errors.
- Host: GitHub
- URL: https://github.com/yamadapc/gulp-forever
- Owner: yamadapc
- License: mit
- Created: 2015-09-11T19:07:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T19:08:14.000Z (over 9 years ago)
- Last Synced: 2025-05-09T17:04:46.589Z (19 days ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gulp-forever
============
A gulp task for running a Gulp child process which may be restarted
programatically from your gulpfile. It enables one to reload the gulp
configuration when it changes and recover from errors.## License
This code is licensed under the MIT license.