Skip to content

Commit

Permalink
added liquid and less as js libs
Browse files Browse the repository at this point in the history
  • Loading branch information
civascu committed Mar 28, 2012
1 parent 8e4ffb7 commit e266fb0
Show file tree
Hide file tree
Showing 5 changed files with 1,599 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
.idea
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function(namespace, $, Backbone, Example) {
app.router = new Router();

// Trigger the initial route and enable HTML5 History API support
Backbone.history.start({ pushState: true });
Backbone.history.start({ pushState: false });
});

// All navigation that is relative should be passed through the navigate
Expand Down
17 changes: 17 additions & 0 deletions assets/js/libs/less-1.1.5.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e266fb0

Please sign in to comment.