sproutit / sproutcore-buildtools

Ruby build tools for the SproutCore JavaScript framework. Install via sudo gem install sproutcore

sproutit (author)
Mon Jan 19 17:36:48 -0800 2009
commit  c79b90cd8b9c8b142849f10b8da3ae5232790f23
tree    bf24b30fba5312677297a758ed87beb6e8f76922
parent  0a4d90a801c68132a4af6138e97f646582e38be1
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