Sha256: 5a465d79079f62420e9f8dc9afb67eaf48db204d10144e7afef3ce2e4ffccbba
Contents?: true
Size: 673 Bytes
Versions: 58
Compression:
Stored size: 673 Bytes
Contents
# Framework-level Buildfile # By default, all of these frameworks don't require anything. # This is necessary since the default buildfile requires sproutcore. config :all, :required => [] config :sproutcore, :required => :desktop config :foundation, :required => :costello config :application, :required => %w(costello foundation) config :data_store, :required => %w(costello foundation) config :desktop, :required => %w(costello foundation application data_store) config :mobile, :required => %w(costello foundation application data_store) %w(uploader docs test_runner).each do |target_name| config target_name, :required => :sproutcore end
Version data entries
58 entries across 58 versions & 2 rubygems