From 2859be948d3a50641f93967bf46c381a434e26f6 Mon Sep 17 00:00:00 2001 From: Pasi Eronen Date: Wed, 1 Oct 2014 12:41:43 +0300 Subject: [PATCH 1/3] Update bower so that clean 'npm install' actually works (without anything in cache) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0135f0..ff55a7a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "turtle-roy", "version": "0.0.0", "dependencies": { - "bower": "1.2.8", + "bower": "1.3.12", "load-grunt-tasks": "0.4.0", "grunt": "~0.4.4", "grunt-cli": "~0.1.13", From 558a347c5b2b6f2f771296274035a4456bea35a5 Mon Sep 17 00:00:00 2001 From: Pasi Eronen Date: Wed, 1 Oct 2014 12:42:23 +0300 Subject: [PATCH 2/3] Use local bower version, not globally installed one --- sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt b/sbt index 6423e3f..8334aba 100755 --- a/sbt +++ b/sbt @@ -1,3 +1,3 @@ #!/bin/bash -bower install +`dirname $0`/node_modules/bower/bin/bower install java -Xmx512M -XX:MaxPermSize=128M -jar `dirname $0`/project/sbt-launch.jar "$@" From 34bf1514463bbc78b2d632daa25fa48b0e51d26c Mon Sep 17 00:00:00 2001 From: Pasi Eronen Date: Wed, 1 Oct 2014 12:44:04 +0300 Subject: [PATCH 3/3] Use forked jq-console that fixes AltGr key on Windows Chrome/IE (jq-console issue #64) --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index e0f1eaa..ac596b6 100644 --- a/bower.json +++ b/bower.json @@ -8,7 +8,7 @@ "bacon": "0.7.8", "bacon.model": "0.1.6", "bacon.jquery": "0.4.6", - "jq-console": "2.10.0", + "jq-console": "git://github.com/pasieronen/jq-console.git#d2238f6311c4bc84a5a705760194d94b201a7673", "requirejs": "2.1.11" } }