Skip to content

empty require statements clobber config:all dependencies #108

Description

@coolhand79

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 => []

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions