Skip to content

Commit

Permalink
some rather odd messing around with browserify and jquery, at least t…
Browse files Browse the repository at this point in the history
…his do not seem more broken; work on #317
  • Loading branch information
kltm committed Mar 21, 2016
1 parent 62ca624 commit a1f77b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions javascript/web/GeneralSearchForwarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
//// going.
////

// Code here will be ignored by JSHint, as we are technically
// "redefining" jQuery (although we are not).
/* jshint ignore:start */
var jQuery = require('jquery');
require('jquery-ui');
/* jshint ignore:end */

var bbop = require('bbop-core');
var bbop_widget_set = require("bbop-widget-set");

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"bbop-manager-golr": "0.0.8",
"bbop-response-barista": "0.0.7",
"bbop-response-golr": "0.0.5",
"bbop-widget-set": "0.0.16",
"body-parser": "1.13.3",
"cors": "2.4.1",
"class-expression": "0.0.9",
Expand Down Expand Up @@ -79,7 +80,7 @@
]
},
"browser": {
"jquery": "./node_modules/jquery/jquery.js",
"jquery": "./node_modules/jquery/jquery.js",
"jquery-ui": "./javascript/lib/jquery-ui-1.10.3.custom.min.js",
"amigo2-instance-data": "./javascript/npm/amigo2-instance-data/lib/amigo2-instance-data.js",
"bbop-widget-set": "../bbop-widget-set/lib/set.js"
Expand Down

0 comments on commit a1f77b2

Please sign in to comment.