Closed pyrostrex closed 12 years ago
Sorry if this is a silly question. But because i'm really not familiar with git and i couldn't find good tutorial to go with. How do i update the submodules. What i want is the latest version. Not the one in this repository. Thanks.
Try something like that git submodule foreach git pull
git submodule foreach git pull
In version 2 just update the package.json file to include the new dependency modules and run npm install.
Sorry if this is a silly question. But because i'm really not familiar with git and i couldn't find good tutorial to go with. How do i update the submodules. What i want is the latest version. Not the one in this repository. Thanks.