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

empty require statements clobber config:all dependencies #108

Open
coolhand79 opened this issue May 6, 2014 · 0 comments
Open

empty require statements clobber config:all dependencies #108

coolhand79 opened this issue May 6, 2014 · 0 comments

Comments

@coolhand79
Copy link

When an application Buildfile contains an empty require array, any dependencies included via config:all will be ignored.

For example, in the following Buidlfile, my_app will not receive sproutcore.

config :all,
  :required => [:sproutcore]

config :my_app,
  :required => []
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

1 participant