sandstorm-io / meteor-spk

Tool for packaging Meteor apps for Sandstorm.io
Other
29 stars 17 forks source link

sandstorm-pkgdef.capnp should be created inside .sandstorm #21

Closed mitar closed 8 years ago

mitar commented 8 years ago

In my Meteor app sandstorm-pkgdef.capnp was created in the root of my project tree, but in documentation it seems that it is commonly inside .sandstorm. It would be great if this would be unified.

kentonv commented 8 years ago

If you are using vagrant-spk, then the config goes in .sandstorm. You should not use meteor-spk directly if you are using vagrant-spk. I'll update the readme.

mitar commented 8 years ago

No. I was not using vagrant-spk. But I am saying that reading various documentation makes it really hard to understand how things relate. I think meteor-spk should put its file into .sandstorm as well. The same as vagrant-spk. You could update sandstorm-pkgdef.capnp template generated from meteor-spk to expect to be inside .sandstorm.

mitar commented 8 years ago

Forget about my comment above. I just read your commit. :-)