GitXplorerGitXplorer
a

backbone-fundamentals

public
9238 stars
1399 forks
71 issues

Commits

List of commits on branch gh-pages.
Unverified
72793b31b2dc22788c64f5b8820e61110a7723f5

fix the Liquid template syntax error in the content

aaddyosmani committed 2 months ago
Unverified
b62add59bb9723b6c04e0b94b6056165b5d081c0

Update build process & intro chaptes

aaddyosmani committed 2 months ago
Unverified
0f96763df829c18eb5572f7dca124bdf9ff8491f

Fix todo style by changing id to class (#696)

cchristianesperar committed 7 years ago
Unverified
23e97f67fd709b862686de49b7049608508c170b

fix for the releaseDate (#694)

ppreethamlv committed 7 years ago
Verified
2d3d21168b48d9765dc9c035e7c663fbf7baac26

change order of importing dependencies(script tag) (#717)

aaddyosmani committed 7 years ago
Unverified
b1ca74264fef83758ecd183591ce2ffd1b44621b

Typo: Change now to no (#724)

ttahteche committed 7 years ago

README

The README file for this repository.

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

We appreciate any and all efforts to help improve the book. Please note that the repository is structured as follows:

  • chapters - contains the source Markdown for each chapter. This is compiled into the HTML, ePub, Mobi and other formats found in the root of the project.
  • build - contains templates and metadata for compiling the book
  • img - contains image assets for the project
  • practicals - contains the source code for practicals

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

  • Make
  • Pandoc
  • pdflatex (and recommended latex fonts)

Linux Debian based distros:

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