assets/javascripts/sandbox/templates/main.luca in luca-0.9.0 vs assets/javascripts/sandbox/templates/main.luca in luca-0.9.1

- old
+ new

@@ -18,9 +18,10 @@ %h2 Composite Application Architecture .row .span4 %h3 Component Driven Design %p Luca is a collection of common components needed to build large single page applications. Twitter's Bootstrap is responsible for all of the styling, and Backbone.js is responsible for everything else. + %p Luca encourages a style of application design centered around building isolated components, and using framework helpers to glue them together in a very readable, declarative style. .span4 %h3 Interchangeable %p Luca is not a replacement for Backbone, it is a very smart use of Backbone's core classes. Large apps require layers of abstraction and patterns for communication between various components, Luca provides these for you. Everything in the framework extends Backbone core classes, and stays true to the Backbone philosophy. \ No newline at end of file