haystack / listit

The listit lightweight notetaking client
http://listit.csail.mit.edu/
MIT License
9 stars 6 forks source link

Use a proper module system #235

Open Stebalien opened 10 years ago

Stebalien commented 10 years ago

We should use a proper module system (require.js etc.). The current system works reasonably well but it's over-complicated and not in-line with most web projects. The tricky part will be making the module based system as flexible as the current system (currently, you can easily inject code just about anywhere on a platform-by-platform basis).