It looks like the code in Master is basically just calling meteor build and tweaking its package.json a bit.
I thought it was adding package.json entries for everything in programs/server/npm but it looks like that's not the case.
meteor build is sufficient for 1.4 projects right?
It looks like the code in Master is basically just calling
meteor buildand tweaking itspackage.jsona bit.I thought it was adding
package.jsonentries for everything inprograms/server/npmbut it looks like that's not the case.meteor buildis sufficient for 1.4 projects right?