Skip to content

Commit

Permalink
My mistake, I didn't recognize that the pull request wasn't a 1-to-1 …
Browse files Browse the repository at this point in the history
…functional change. As per the comments I made about removing TemplateView entirely, this can't be done without a coordinated effort to match up with the Guides and we have to reach a consensus still on what the next stage is. If template_view doesn't remain included by default, new users will fail trying to follow the Getting Started guide.

Power users can still exclude it easily.
  • Loading branch information
publickeating committed Dec 14, 2011
1 parent 10602f9 commit faba428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Buildfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ config :statechart, :required => [:core_foundation], :test_required => [:co
config :ajax, :required => [:runtime, :core_foundation]

# WRAPPER FRAMEWORKS
config :sproutcore, :required => [:desktop, :datastore, :statechart]
config :sproutcore, :required => [:desktop, :datastore, :statechart, :template_view]
config :mini, :required => [:runtime, :datastore]
config :animation, :required => :foundation

Expand Down

0 comments on commit faba428

Please sign in to comment.