Skip to content

empty require statements clobber config:all dependencies #108

@coolhand79

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions