I'm using the mike:mocha package and I'm trying to figure out how to disable testing.
There are times when I have to demo the app I'm working on in my local machine. For those situations, I would like to run the application without the green dot on the top right.
After some googling I found that running
meteor --production run
takes care of this.
Note: As @cannotto90 noted below, running this command will minifiy the client code and code refresh will not be in effect. To get back to coding, you will need to stop meteor first
ctrl+c
and run meteor again using themeteor
command.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With