Skip to content

Commit

Permalink
Updating VisualSearch.js to 0.5.0. Includes many bug fixes, upgraded …
Browse files Browse the repository at this point in the history
…dependencies, and readOnly option.
  • Loading branch information
samuelclay committed Feb 10, 2014
1 parent 0b5c8ea commit e08ee16
Show file tree
Hide file tree
Showing 18 changed files with 20,405 additions and 8,293 deletions.
2 changes: 1 addition & 1 deletion assets.yml
Expand Up @@ -19,7 +19,7 @@ javascripts:
- lib/js/utils/*.js
- lib/js/models/*.js
- lib/js/templates/*.jst
<% unless $VS_MIN %>visualsearch_templates:
<% if not $VS_MIN %>visualsearch_templates:
- lib/js/templates/*.jst
<% end %>

Expand Down
6 changes: 3 additions & 3 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "visualsearch",
"version": "0.4.0",
"version": "0.5.0",
"homepage": "http://documentcloud.github.io/visualsearch/",
"authors": [
"Samuel Clay",
Expand All @@ -12,8 +12,8 @@
"dependencies": {
"jQuery": ">=1.4",
"jquery-ui": ">=1.8",
"backbone": "0.9.10",
"underscore":"1.4.3"
"backbone": ">=0.9.10",
"underscore":">=1.4.3"
},
"ignore": [
"**/.*",
Expand Down
955 changes: 868 additions & 87 deletions build-min/dependencies.js

Large diffs are not rendered by default.

Binary file modified build-min/dependencies.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion build-min/visualsearch-datauri.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified build-min/visualsearch-datauri.css.gz
Binary file not shown.

0 comments on commit e08ee16

Please sign in to comment.