Skip to content

Instantly share code, notes, and snippets.

@tbartelmess
Created March 30, 2011 07:09
Show Gist options
  • Save tbartelmess/893989 to your computer and use it in GitHub Desktop.
Save tbartelmess/893989 to your computer and use it in GitHub Desktop.
# Project: Controlpanel
# Copyright: ©2011 My Company, Inc.
# ===========================================================================
config :marketcircle,
:required => ['sproutcore/empty_theme'],
:theme_name => 'mc-theme',
:test_required => ['sproutcore/testing'],
:debug_required => ['sproutcore/debug']
config :all, :required => [:sproutcore, :"sproutcore/statechart", :"sproutcore/animation", :marketcircle_web_ui, :controlpanel_core, :mcsc_app_kit, :marketcircle], :theme => marketcircle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment