sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

abbott build file refers to deprecated framework #3

Closed jtemplet closed 14 years ago

jtemplet commented 14 years ago

When you run the abbott Buildfile (sudo rake init), this does a git clone on the deprecated sproutit account.

It also adds the sproutit git url "git remote add dist git://github.com/sproutit/sproutcore.git"

wagenet commented 14 years ago

There is no need to run the rake task. We should probably remove it. Just use rake submodule init followed by git submodule update. However, unless you are actually hacking on abbot, you should use the gem instead.