To enjoy the live-reloading that gulp dev offers while working on the dependencies:
- Clone the dependency locally.
npm installoryarn installin its folder.- Run
yarn linkin its folder. - Run
yarn link $DEP_NAMEin this project folder. - Next time you
yarn startit will watch the dependency for changes as well!