view makefile @ 13:ca98a7dacb9f

start makefile for doing deps Ignore-this: e3bf8f95797a6cd473490283e444e4a1
author drewp@bigasterisk.com
date Sat, 16 Mar 2013 23:19:36 -0700
parents
children 4434b3dac18e
line wrap: on
line source

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