diff makefile @ 1318:0bda9a9282c2

more deps Ignore-this: de6e189a390d401111871469c532a52d
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 03 Jun 2016 21:42:04 +0000
parents 2196532a6f0c
children d6396679c121
line wrap: on
line diff
--- 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