Open coolhand79 opened 10 years ago
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 => []
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.