willzeng / WikiNets

[deprecated] see cograph
https://github.com/willzeng/cograph
GNU General Public License v3.0
30 stars 11 forks source link

Tidy up /lib and upgrade to latest versions #163

Open backens opened 10 years ago

backens commented 10 years ago

Why do we have jquery.js (which is version 1.10.2) and also jquery-1.10.2.js, where the latter is the development version? Is that used anywhere?

The colorPicker folder has both jquery.colorPicker.js and jquery.colorPicker.min.js -- I assume these are just development and minified versions of the same thing?

We should at some point sort out the dependencies for colorPicker and VisualSearch and (if possible) upgrade to latest versions. (See also #161.)

backens commented 10 years ago

Upgraded VisualSearch to version 0.5.0 in branch visualsearch as of aba7abcb5083da006888af28b9df0d5960dd52b4

This means being able to delete the old version of backbone.

backens commented 10 years ago

@tmad4000 @zhangjiannan Can you please check which files in typeaheadjs are actually used and get rid of any irrelevant ones?