Skip to content

Instantly share code, notes, and snippets.

@enyo
Created May 16, 2010 14:08
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 enyo/402899 to your computer and use it in GitHub Desktop.
Save enyo/402899 to your computer and use it in GitHub Desktop.
# Add initial buildfile information here
config :all, :required => [:sproutcore ], :theme => :'inc_theme'
config :inventory, :required => [:sproutcore, :"inc" ], :title=>"Inventory"
config :settings, :required => [:sproutcore, :"inc" ], :title=>"Settings"
# The proxy may needs adaption
proxy '/proxy/', :to => "localhost", :url => '/inc-proxy/', :protocol => 'http'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment