# HG changeset patch # User drewp@bigasterisk.com # Date 1363501176 25200 # Node ID ca98a7dacb9fba294a1c273fed4cc769d4e8c7a3 # Parent 772922a2e791e36b733783d16bf7bd555bca548e start makefile for doing deps Ignore-this: e3bf8f95797a6cd473490283e444e4a1 diff -r 772922a2e791 -r ca98a7dacb9f makefile --- /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