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

Consider flattening structure to support other module types later (components, systems, primitives) #28

Open
ngokevin opened this issue Oct 10, 2016 · 1 comment

Comments

@ngokevin
Copy link
Member

We could perhaps cross this road later once we consider support, but good to get feedback. This is easier than managing different aspects of a package across different keys.

Current:

components:
  aframe-physics:
    names: body, joint

to:

aframe-physics:
  components: body, joint
  systems: physics
  primitives: a-newtons-cradle
@feiss
Copy link
Member

feiss commented Oct 21, 2016

yup, this has lot of sense. And if is only a component, no problemo:

my-cool-component:
     components: my-cool-component

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

No branches or pull requests

2 participants