If I use mrt add <package> it goes through each currently installed package and seems to check if it's installed and/or newer versions are available or something. In bower when specifying a package with the install and update commands no other packages are touched. This would be faster as I currently have around 20 packages and modifying a single package with mrt takes 2-3 minutes to complete. It would be nice if it ignored all other packages during these tasks unless using mrt install or mrt update.
Hi @aramk - this is a feature that I am sure will be supported in the new core version of packaging, which will appear soon. It's not something we'll be implementing in Meteorite. Thanks!
If I use
mrt add <package>
it goes through each currently installed package and seems to check if it's installed and/or newer versions are available or something. In bower when specifying a package with theinstall
andupdate
commands no other packages are touched. This would be faster as I currently have around 20 packages and modifying a single package withmrt
takes 2-3 minutes to complete. It would be nice if it ignored all other packages during these tasks unless usingmrt install
ormrt update
.