Skip to content
This repository was archived by the owner on Jun 16, 2018. It is now read-only.

Update and streamline spring-rest-todos client deps #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions scores/src/main/resources/public/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@
"tests"
],
"dependencies": {
"rave": "~0.3",
"fabulous": "briancavalier/fabulous",
"rave": "~0.4",
"fabulous": "briancavalier/fabulous#0.0.1",
"jiff": "~0.6",
"sockjs-client": "bower-sockjs-client#~0.3.4",
"stomp-websocket": "~2.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion scores/src/main/resources/public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var jiff = require('jiff');
var stomp = require('stomp-websocket');
var SockJS = require('sockjs-client');

module.exports = fab.runAt(document.querySelector('.scoreboard'), gameDayView);
module.exports = fab.runAt(gameDayView, document.querySelector('.scoreboard'));

function gameDayView(node, context) {
var stomp = Stomp.over(new SockJS('/scores'));
Expand Down
7 changes: 2 additions & 5 deletions spring-rest-todos/src/main/resources/public/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"fabulous": "briancavalier/fabulous#master",
"jiff": "~0.6",
"rave": "~0.4",
"rest": "^1.2",
"when": "~3.5"
"fabulous": "briancavalier/fabulous#0.0.1",
"rave": "~0.4"
}
}