abhshkdz / HackFlowy

:notebook: Workflowy clone, built using Backbone.js & Socket.io
806 stars 150 forks source link

requirejs #5

Closed metapraveen closed 10 years ago

metapraveen commented 10 years ago

Changes

  1. used requirejs to load all js files ( so adding any new js file will be easy )
  2. added 'Complete' method for task and required sql change
  3. moved html template out of index.html ( used textjs to load external templates )
abhshkdz commented 10 years ago

Woah! That's a lot of commits. Great work!

I can't seem to get multiple clients to sync real-time (without refreshing the page). Does it still work?

metapraveen commented 10 years ago

did changes for real time sync and pushed code.