Nick
Nick

Reputation: 12019

How to locally test my app in production with Meteor

I need to know if my app works properly locally when concatenated/minified as I'm using things like ng-annotate and angular-meteor.

In other words, I want to see my app in production as if I deployed it, but locally.

Is there a way without having to use meteor deploy?

Upvotes: 3

Views: 320

Answers (1)

none
none

Reputation: 1757

Try this command meteor --production

Upvotes: 4

Related Questions