Search code examples
web-applicationssproutcore

SproutCore newbie confusion


I installed SproutCore on my Linux box using instructions shown here http://www.sproutcore.com/install_linux/ .Now when I create an app using sc-init I got files which are different from the files mentioned in this official tutorial : http://guides.sproutcore.com/getting_started.html . So what is outdated: the version of SproutCore I'm using or the tutorial?

My todo sproutcore app folder structure:

-resources
  loading.html
  main_page.js
Buildfile
core.js
main.js
theme.js

Am I running the latest SproutCore in the market?


Solution

  • So what is outdated the version of sproutcore i'm using or the tutorial?

    Neither. If you followed the instructions provided then you installed SproutCore 1.6, which is the latest stable release. As for your directory structure, it differs from the tutorial because you failed to add --template; see below.

    sc-init MyAppName --template