public
Description: Ruby build tools for the SproutCore JavaScript framework. Install via sudo gem install sproutcore
Homepage: http://www.sproutcore.com
Clone URL: git://github.com/sproutit/sproutcore-buildtools.git
sproutcore-buildtools / sc-config
100644 17 lines (12 sloc) 0.514 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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