Skip to content

Instantly share code, notes, and snippets.

@etgryphon
Created July 1, 2009 18:43
Show Gist options
  • Save etgryphon/138965 to your computer and use it in GitHub Desktop.
Save etgryphon/138965 to your computer and use it in GitHub Desktop.
require 'service-patch'
config :all, :required => [:jquery, :sproutcore, :'sproutcore/designer', :'sproutcore/deprecated', :'onitunes-statechart']
# CORE FRAMEWORKS
config :scui, :required => []
config :linkit, :required => [:scui]
config :'core-orion', :required => [:scui]
# This configuration section will be applied to all bundles used by your
# application, even bundles that come from other gems.
config :orion do |c|
# Name any other frameworks your bundles depend upon. The stylesheets and
# JavaScript for required bundles will be loaded before your bundle on your
# page.
c[:required] = [ :yui, :scui, :linkit, :colorpicker, :'core-orion']
# More config stuff...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment