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

Support deploying Meteor 0.9.0 bundles #111

Closed
wants to merge 1 commit into from

Conversation

Multiply
Copy link

I had problems deploy Meteor 0.9.0 release candidates, so in order to fix it, I changed the deploy scripts slightly.

This PR should also fix the need to specify Binary NPM Modules.

Use 'npm install'
Removed binaryNpmModules.
@arunoda
Copy link
Owner

arunoda commented Aug 26, 2014

Thanks. I just did a similar implementation, but with the support for older version of bundles as well.

@arunoda arunoda closed this Aug 26, 2014
@Multiply
Copy link
Author

You removed complete support for pre-0.9.0. Consider adding binary npm modules back, if you want complete support

@arunoda
Copy link
Owner

arunoda commented Aug 27, 2014

Actually, we don't need binary npm modules support with 0.9
There is a way you publish binaries with your package to meteor server.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Wed, Aug 27, 2014 at 11:43 AM, Jens Ulrich Hjuler Pedersen <
notifications@github.com> wrote:

You removed complete support for pre-0.9.0. Consider adding binary npm
modules back, if you want complete support


Reply to this email directly or view it on GitHub
zodern/meteor-up#111 (comment).

@Multiply
Copy link
Author

Sorry I wasn't specific enough. It was for backwards compatibilty.

@arunoda
Copy link
Owner

arunoda commented Aug 27, 2014

Hmm. Seems fair enough.
I'll add it back.


Arunoda Susiripala

@arunoda http://twitter.com/arunoda
http://gplus.to/arunodahttps://github.com/arunoda
http://www.linkedin.com/in/arunoda

On Wed, Aug 27, 2014 at 12:04 PM, Jens Ulrich Hjuler Pedersen <
notifications@github.com> wrote:

Sorry I wasn't specific enough. It was for backwards compatibilty.


Reply to this email directly or view it on GitHub
zodern/meteor-up#111 (comment).

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.

2 participants