Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build_app.sh to remove mobile platforms before building #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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