Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
Use bower to pull in visual search.
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Jun 30, 2015
1 parent ed8fd22 commit 0ebd71e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -15,7 +15,8 @@
"flot": "0.8.3",
"backbone": "1.1.2",
"blueimp-file-upload": "9.8",
"documentcloud-notes": "https://github.com/documentcloud/documentcloud-notes.git"
"documentcloud-notes": "https://github.com/documentcloud/documentcloud-notes.git",
"visualsearch": "0.5.1"
},
"moduleType": [
"globals"
Expand Down
4 changes: 3 additions & 1 deletion config/assets.yml
Expand Up @@ -16,7 +16,8 @@ javascripts:
- public/javascripts/vendor/jquery-ui/ui/menu.js
- public/javascripts/vendor/backbone/backbone.js
- public/javascripts/vendor/sprintf.js
- public/javascripts/vendor/visualsearch-*.js
- public/javascripts/vendor/visualsearch/build-min/visualsearch_templates.js
- public/javascripts/vendor/visualsearch/build-min/visualsearch.js
- public/javascripts/vendor/blueimp-file-upload/js/jquery.fileupload.js
- public/javascripts/vendor/blueimp-file-upload/js/jquery.iframe-transport.js
- public/javascripts/vendor/flot/jquery.flot.js
Expand Down Expand Up @@ -56,6 +57,7 @@ stylesheets:
- public/stylesheets/ui/ui.css
- public/stylesheets/ui/*.css
- public/stylesheets/vendor/*.css
- public/javascripts/vendor/visualsearch/build-min/visualsearch-datauri.css
authentication:
- public/stylesheets/pages/workspace.css
workspace:
Expand Down

0 comments on commit 0ebd71e

Please sign in to comment.