-
Notifications
You must be signed in to change notification settings - Fork 25
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
Local Atmosphere for testing? #108
Comments
This is no longer possible due to to meteorite's deprecation. This repository's atmosphere is no longer compatible with meteor as well. Only the official atmospherjs.com system can be used now, which is closed source. Meteor is open source so if you can reverse out the way it works you may be able to change the server somehow, it would be a starting point. |
Having any component of the system closed source is a huuugeee turn-off for On Fri, May 29, 2015, 5:33 AM Tarang Patel [email protected] wrote:
|
@Tarang That makes things complicated. It's impossible to test package publication without potentially pushing completely broken versions of a package to Atmosphere. I'm making a package where I need to do something in a build plugin before publishing to Atmosphere, then I need further code to do something with that result after the package is downloaded into an app during project build, and the only way (it seems) to test that is by publishing the package in order to test the project-side results. |
@trusktr You may get more help at https://github.com/percolatestudio/atmosphere/issues You could test the package by building it in |
@Tarang Building in |
Can I run Atmosphere locally, then tell Meteor to use the local Atmosphere (falling back to the official one when packages aren't found) so I can test how packages work without posting non-working junk on Atmospherejs.com?
The text was updated successfully, but these errors were encountered: