mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
353 B
353 B
Developing on Dependencies
To enjoy the live-reloading that gulp dev
offers while working on the dependencies:
- Clone the dependency locally.
npm install
in its folder.- Run
npm link
in its folder. - Run
npm link $DEP_NAME
in this project folder. - Next time you
npm start
it will watch the dependency for changes as well!