There are two command line programs to start/stop/manage your meteor app. There is meteor
and there is mrt
. As of the latest build (0.8.2 or so) it's really not clear what the difference is between these two, if any. Both seem to support the argument "help" like meteor help
and mrt help
. The output of both seems to be the same to me.
Sadly, I do not see a "clean" argument available when I check the help for either of these. What do I need to do if I want to achieve a clean build? One that would
- Blow away all packages and re-install them
- Blow away any compiled templates
- Blow away all Sass/Less compiled output
I ask this because I find myself in some kind of dependency Hades right now and want out now.