|
|
|
|
|
by joshribakoff
3742 days ago
|
|
> you can get completely different code between production and staging. That's not NPM's fault, its the fault of the way you deploy code. Even if you locked down a version, git is mutable so someone could change their code. That's why I "rsync" the code to production, so I know its the same as development. |
|
* https://gist.github.com/rauchg/5b032c2c2166e4e36713