Skip to content

Instantly share code, notes, and snippets.

@topherfangio
Created April 20, 2011 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save topherfangio/930165 to your computer and use it in GitHub Desktop.
Save topherfangio/930165 to your computer and use it in GitHub Desktop.
# Project: Pharos360
# Copyright: ©2011 My Company, Inc.
# ===========================================================================
# Add initial buildfile information here
config :core_360, :required => [ :sproutcore, :ki ]
config :pharos360, :required => [
:core_360,
'endash/table',
'shared',
'sproutcore/ace',
'scui/foundation'
], :theme => 'sproutcore/ace'
config :pharos360, :css_theme => 'ace.pharos360'
proxy '/api', :to => '174.143.158.80:8080'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment