Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
purge committed Apr 27, 2012
1 parent 90b2fad commit 6ee5156
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
Llamarama
=========
Backbone Boilerplate
====================

This boilerplate is the product of much research and frustration. Existing
boilerplates freely modify Backbone core, lack a build process, and are
very prescriptive; this boilerplate changes that.

Organize your application in a logical filesystem, develop your
Models/Collections/Views/Routers inside modules, and build knowing you have
efficient code that will not bottleneck your users.

Thanks to our
[Contributors](https://github.com/tbranyen/backbone-boilerplate/contributors)!

Special Thanks to: [cowboy](http://github.com/cowboy),
[iros](http://github.com/iros), [nimbupani](http://github.com/nimbupani),
[wookiehangover](http://github.com/wookiehangover), and
[jugglinmike](http://github.com/jugglinmike)

## Documentation ##

View the Backbone Boilerplate documentation here:

[GitHub Wiki](https://github.com/tbranyen/backbone-boilerplate/wiki)

## Build process ##

To use the new and improved build process, please visit the
[grunt-bbb](https://github.com/backbone-boilerplate/grunt-bbb)
plugin repo and follow the instructions to install. Basing your project off
this repo will allow the `bbb` commands to work out-of-the-box.

0 comments on commit 6ee5156

Please sign in to comment.