1. 12 Aug, 2013 1 commit
    • Cheng Lou's avatar
      todo display whitespace fix · 587cbf91
      Cheng Lou authored
      currently an item data stored with multiple whitespace in-between words is rendered as having only one space. putting css `white-space: pre` fixes this.
      587cbf91
  2. 06 Aug, 2013 20 commits
  3. 05 Aug, 2013 4 commits
  4. 04 Aug, 2013 5 commits
  5. 02 Aug, 2013 1 commit
  6. 01 Aug, 2013 2 commits
  7. 31 Jul, 2013 2 commits
  8. 30 Jul, 2013 1 commit
  9. 29 Jul, 2013 1 commit
  10. 28 Jul, 2013 2 commits
  11. 27 Jul, 2013 1 commit
    • Paul Miller's avatar
      Update Brunch with Chaplin. · b4e7bc94
      Paul Miller authored
      1. Add Bower integration. Since Brunch automatically concatenates all Bower stuff, we don’t need bower_components in repository (added to .gitignore, except of todomvc-common).
      2. Update Brunch to 1.7.
          * Added automatic source maps generation, source maps are in repo too.
      3. Update Chaplin to 0.10.
          * Remove `chaplin` module, switch to global variable.
          * Switch to new declarative events format.
          * Switch to controller compositions instead of static controllers.
          * Remove `application` since Chaplin now has this functionality by default.
      b4e7bc94