1. 11 Aug, 2013 1 commit
    • Cheng Lou's avatar
      todo display right padding fix · 59b976d6
      Cheng Lou authored
      a long todo item might step on the X sign. `padding-right` of 60 fixes this symmetrically (X sign width 40px, right offset 10).
      59b976d6
  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