Skip to content

Conversation

@jt55401
Copy link

@jt55401 jt55401 commented Oct 1, 2015

This should fix issue #51

@arunoda
Copy link
Member

arunoda commented Dec 30, 2015

What if there is no platform in this app. I wish it's better if we could simply add following platforms to the .meteor/platforms file.

server
browser

@jshimko
Copy link
Member

jshimko commented Dec 30, 2015

You could also clear out .meteor/platforms and replace the contents with server and browser. Perhaps something like:

# base/scripts/lib/build_app.sh

# clear out the file
> .meteor/platforms

# add new strings
cat <<EOF >> .meteor/platforms
server
browser
EOF

@MichaelJCole
Copy link

There is now a --server-only flag for this purpose.

meteor/meteor#6270

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants