oortcloud / meteorite

Installer & smart package manager for Meteor
http://oortcloud.github.com/meteorite/
MIT License
841 stars 106 forks source link

mrt add/install/update with specific package #278

Closed aramk closed 10 years ago

aramk commented 10 years ago

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.

tmeasday commented 10 years ago

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!

aramk commented 10 years ago

Thanks for that @tmeasday!