how to recreate .meteor directory at another developer place? -


i starting out on project want work friend in github, created meteor project locally , added github. added except .meteor directory. when colleague cloned , got project down since missing .meteor directory, unable start working on it. how go recreating .meteor file @ location or suppose include .meteor file github well?
* edit: since brand new project, asked him recreate project locally , copy .meteor directory newly created 1 , copy git file location , worked. sure right way though.

you should check in .meteor directory because contains critical information meteor version use , required packages project.

i suspect may have avoided doing because of huge database stored within directory. fear not - each meteor project comes .meteor/.gitignore avoid checking in db.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -