changeset 13:ca98a7dacb9f

start makefile for doing deps Ignore-this: e3bf8f95797a6cd473490283e444e4a1
author drewp@bigasterisk.com
date Sat, 16 Mar 2013 23:19:36 -0700
parents 772922a2e791
children 8a5feb8d383d
files makefile
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makefile	Sat Mar 16 23:19:36 2013 -0700
@@ -0,0 +1,13 @@
+bin/python:
+	bin/pip install -r pydeps
+
+static/lib/jquery-1.9.1.min.js:
+	curl -o $> http://code.jquery.com/jquery-1.9.1.min.js
+
+static/lib/knockout-2.2.1.js:
+	curl -o $> http://knockoutjs.com/downloads/knockout-2.2.1.js
+
+static/lib/select2-3.3.1:
+	curl -o /tmp/select2.zip https://github.com/ivaynberg/select2/archive/3.3.1.zip 
+	cd static/lib
+	unzip /tmp/select2.zip