Skip to content

Commit

Permalink
Updated Buildfile for Sproutweets
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dale authored and Charles Jolley committed Apr 9, 2010
1 parent d73251d commit d0770be
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Buildfile
Expand Up @@ -95,16 +95,17 @@ config :iphone_demo,
config :table_view,
:required => ['sproutcore', 'sproutcore/table']

config :sproutweets,
:required => ['twitter', 'sproutcore/animation']



# Setup extra services to proxy. This is used only in dev mode so you can
# talk to backend services.

# This will proxy all requests to /* -> http://www.twitter.com/*
proxy '/statuses', :to => 'twitter.com'

proxy '/search', :to =>'search.twitter.com'

proxy '/users', :to => 'twitter.com'

proxy '/1', :to => 'twitter.com'

proxy '/account', :to =>'twitter.com'

0 comments on commit d0770be

Please sign in to comment.