Mercurial > code > home > repos > light9
changeset 1318:0bda9a9282c2
more deps
Ignore-this: de6e189a390d401111871469c532a52d
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 03 Jun 2016 21:42:04 +0000 |
parents | 4c6d88aa9e26 |
children | a6259ab66885 |
files | .boring light9/web/lib/bower.json makefile |
diffstat | 3 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/.boring Fri Jun 03 11:35:09 2016 +0000 +++ b/.boring Fri Jun 03 21:42:04 2016 +0000 @@ -137,7 +137,7 @@ ^env_pi ^lib/python2.7 # keep bower.json nonboring -^light9/web/lib/[acdefghijklmnopqrstuvwyzQ] +^light9/web/lib/[acdefghijklmnopqrstuvwyzQN] ^show/dance20../music ^show/dance201./sessions/? ^show/dance2011
--- a/light9/web/lib/bower.json Fri Jun 03 11:35:09 2016 +0000 +++ b/light9/web/lib/bower.json Fri Jun 03 21:42:04 2016 +0000 @@ -10,13 +10,14 @@ "QueryString": "http://unixpapa.com/js/QueryString.js", "knockout": "~3.4.0", "sylvester": "~0.1.3", - "d3": "~3.5.17", + "d3": "https://github.com/d3/d3.git#e7194db33090a0afc06c77a959594361ffb949df", "rdflib.js": "https://github.com/linkeddata/rdflib.js.git#920e59fe37", "rdfstore": "https://github.com/antoniogarrote/rdfstore-js.git#b3f7c0c9c1da9b26261af0d4858722fa982411bb", "N3.js": "https://github.com/RubenVerborgh/N3.js.git#04f4e21f4ccb351587dc00a3f26340b28d4bb10f" }, "resolutions": { "paper-styles": "^1.1.4", - "rdflib.js": "920e59fe37" + "rdflib.js": "920e59fe37", + "d3": "e7194db33090a0afc06c77a959594361ffb949df" } }
--- a/makefile Fri Jun 03 11:35:09 2016 +0000 +++ b/makefile Fri Jun 03 21:42:04 2016 +0000 @@ -62,7 +62,8 @@ bower: cd light9/web/lib; bower install - cd light9/web/N3.js; npm install; npm run browser + cd light9/web/lib/N3.js; npm install; npm run browser + cd light9/web/lib/d3; npm install raspberry_pi_virtualenv: mkdir -p env_pi