Skip to content

Instantly share code, notes, and snippets.

@ColinCampbell
Created February 4, 2011 19:19
Show Gist options
  • Select an option

  • Save ColinCampbell/811588 to your computer and use it in GitHub Desktop.

Select an option

Save ColinCampbell/811588 to your computer and use it in GitHub Desktop.

SproutCore Experimental Framework

The SproutCore Experimental framework contains code that is not ready to be included in the core framework and is actively being worked on. This code is being improved with the expectation that eventually the code that lives in this parent framework will become a part of the core framework. If you are interested in using a framework that is experimental, can you do the following in your Buildfile:

config :your_app, :required => [:sproutcore, :'sproutcore/experimental/example']

which will include the experimental framework and whatever modifications it makes to the core framework in your project.

Note

Experimental frameworks may not be kept up to date with the master core code, and by nature will be unstable and less tested than the core code. We will try our best to maintain experimental code and ensure that code that will not make it into the core framework is pruned, but there are no guarantees.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment