Sha256: 29f058d6951960edc134eb2f0dfd5596bac226adbb8705ba683ab9cb539b9255

Contents?: true

Size: 514 Bytes

Versions: 9

Compression:

Stored size: 514 Bytes

Contents

# This is the default configuration file for SproutCore.  By default, all
# frameworks in this library will pick up these settings.  Override them in
# your own projects as needed

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

[:sc_test_runner, :sc_docs].each do |bundle_name|
  config bundle_name, 
    :layout     => "sproutcore:lib/index.rhtml",
    :required   => [:sproutcore, :prototype],
    :autobuild  => false
end


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sproutcore-0.9.15 sc-config
sproutcore-0.9.19 sc-config
sproutcore-0.9.17 sc-config
sproutcore-0.9.16 sc-config
sproutcore-0.9.18 sc-config
sproutcore-0.9.23 sc-config
sproutcore-0.9.21 sc-config
sproutcore-0.9.20 sc-config
sproutcore-0.9.22 sc-config