Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

📖 A creative-commons book on Backbone.js for beginners and advanced users alike

Notifications You must be signed in to change notification settings

addyosmani/backbone-fundamentals

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

Developing Backbone.js Applications

About

This is the home of Developing Backbone.js Applications, an open-source book about the Backbone.js library for structuring JavaScript applications. It is released under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 United States License and is currently available for early purchase via O'Reilly if you would like to support the project.

Contributing

If you would like to submit pull requests, please feel free to apply them against the relevant markdown file in chapter . These can be previewed by running the build script via make , which will also generate updated versions of the other formats we support. Please ensure that you are only submitting the modified chapter file for your changes and not the compiled HTML/other format binaries.

Reviews

If you are interested in leaving a review to share your opinion on the book with others (it's always appreciated!), you can do so through O'Reilly.

Building

You can build the book using make or make -f Makefile . This will output the HTML, ePub, Mobi, PDF and RTF versions of the book.

Note: At this time, generating all of the above formats should be straight-forward with the exception of the PDF. We have an open pull-request for xelatex which is being considered and better guides for working around cross-platform PDF issues will be supplied as time allows.

Dependencies

Linux Debian based distros:

apt-get install pandoc texlive-latex-base texlive-fonts-recommended cm-super etoolbox

About

📖 A creative-commons book on Backbone.js for beginners and advanced users alike