Open backens opened 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.
@tmad4000 @zhangjiannan Can you please check which files in typeaheadjs
are actually used and get rid of any irrelevant ones?
Why do we have
jquery.js
(which is version 1.10.2) and alsojquery-1.10.2.js
, where the latter is the development version? Is that used anywhere?The
colorPicker
folder has bothjquery.colorPicker.js
andjquery.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.)