datahub/download.markdown
2012-06-08 21:28:07 +01:00

2.0 KiB

layout, title
layout title
container Download

Download Recline

Besides the library itself, the download package contains full source code, unit tests, files for debugging and a build system. The production files (included the same way as in the code above) are in the dist folder.

Download Recline v0.5 (master) (in-progress version)

Just want the all-in-one file containing all of Recline library in a single file? Here it is:

recline.js all-in-one (master)

View Changelog

Dependencies

Recline has dependencies on some third-party libraries, notably JQuery and Backbone:

Optional dependencies:

If you grab the full zipball for Recline this will include all of the relevant dependencies in the vendor directory.

Example

Here is an example of the page setup for an app using every Recline component:

{% highlight html %}

{% include recline-deps.html %} {% endhighlight %}