1. 15 May, 2015 3 commits
  2. 14 May, 2015 1 commit
  3. 13 May, 2015 2 commits
  4. 12 May, 2015 7 commits
  5. 11 May, 2015 2 commits
  6. 10 May, 2015 8 commits
  7. 08 May, 2015 4 commits
  8. 04 May, 2015 1 commit
  9. 03 May, 2015 2 commits
  10. 29 Apr, 2015 7 commits
  11. 27 Apr, 2015 1 commit
    • Olivier Scherrer's avatar
      Olives: update to olives and emily 3.x, remove requirejs · 5a3c81c5
      Olivier Scherrer authored
      * Update to the latest version of the Olives framework.
      * Update to the latest version of Emily
      * Remove requirejs in favor of browserify
         - also implemented npm scripts and updated the readme
      
      As a result of updating dependencies, this fixes the issue in #1029.
      
      Ref #1029
      Close #1242
      5a3c81c5
  12. 26 Apr, 2015 2 commits
    • Elie NEHME's avatar
      Debounce the rendering of the application view · f4495922
      Elie NEHME authored
      If we don't debounce "this.render", the app-view will be rendered 4 times on each todo (visible, change, change:complete and sync). So when we try to check globally all todos, this.render is called a hundred times. Once this PR is accepted, I will edit Backbone-requirejs.
      f4495922
    • Elie NEHME's avatar
      Debounce the rendering of the application view · 4870aae2
      Elie NEHME authored
      If we don't debounce "this.render", the app-view will be rendered 4 times on each todo (visible, change, change:complete and sync). So when we try to check globally all todos, this.render is called a hundred times.
      4870aae2