Mercurial > code > home > repos > href
annotate makefile @ 20:a8887fb93676
hide share data from the public. bug in links filter box
Ignore-this: 2a390b207b8e9c8d430acd268b6d765d
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sun, 17 Mar 2013 01:03:43 -0700 |
parents | a79279515c84 |
children | d6a09e8efa56 |
rev | line source |
---|---|
17
a79279515c84
update select2 to current git
Drew Perttula <drewp@bigasterisk.com>
parents:
15
diff
changeset
|
1 all: bin/python static/lib/jquery-1.9.1.min.js static/lib/knockout-2.2.1.js static/lib/select2 |
15 | 2 |
13 | 3 bin/python: |
4 bin/pip install -r pydeps | |
5 | |
6 static/lib/jquery-1.9.1.min.js: | |
15 | 7 curl -o $@ http://code.jquery.com/jquery-1.9.1.min.js |
13 | 8 |
9 static/lib/knockout-2.2.1.js: | |
15 | 10 curl -o $@ http://knockoutjs.com/downloads/knockout-2.2.1.js |
13 | 11 |
17
a79279515c84
update select2 to current git
Drew Perttula <drewp@bigasterisk.com>
parents:
15
diff
changeset
|
12 static/lib/select2: |
a79279515c84
update select2 to current git
Drew Perttula <drewp@bigasterisk.com>
parents:
15
diff
changeset
|
13 git clone git://github.com/ivaynberg/select2.git static/lib/select2 |
a79279515c84
update select2 to current git
Drew Perttula <drewp@bigasterisk.com>
parents:
15
diff
changeset
|
14 (cd static/lib/select2; git checkout --quiet 4530e74e95) |