Last change
on this file since 10878 was
10877,
checked in by uli, 11 years ago
|
Use twitter bs 3.x and shorten buildout updates.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[10114] | 1 | [buildout] |
---|
| 2 | parts = |
---|
| 3 | lxml |
---|
| 4 | diazo |
---|
| 5 | nodejs |
---|
| 6 | npm |
---|
| 7 | bootstrap |
---|
| 8 | |
---|
| 9 | extends = |
---|
| 10 | http://good-py.appspot.com/release/diazo/1.0 |
---|
| 11 | versions.cfg |
---|
| 12 | |
---|
| 13 | find-links = |
---|
| 14 | |
---|
| 15 | extensions = |
---|
| 16 | mr.developer |
---|
| 17 | |
---|
| 18 | auto-checkout = bootstrap waeup.kofa |
---|
| 19 | |
---|
| 20 | develop = |
---|
| 21 | |
---|
| 22 | show-picked-versions = true |
---|
| 23 | update-versions-file = versions.cfg |
---|
| 24 | |
---|
| 25 | [sources] |
---|
[10877] | 26 | # bootstrap = git https://github.com/twitter/bootstrap.git egg=false rev=v2.3.1 |
---|
| 27 | bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.1 |
---|
[10114] | 28 | waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk |
---|
| 29 | |
---|
| 30 | [lxml] |
---|
| 31 | recipe = z3c.recipe.staticlxml |
---|
| 32 | egg = lxml |
---|
| 33 | |
---|
| 34 | [diazo] |
---|
| 35 | recipe = zc.recipe.egg |
---|
| 36 | eggs = |
---|
| 37 | diazo [wsgi] |
---|
| 38 | PasteScript |
---|
| 39 | |
---|
| 40 | [nodejs] |
---|
| 41 | recipe = zc.recipe.cmmi |
---|
| 42 | url = http://nodejs.org/dist/v0.9.3/node-v0.9.3.tar.gz |
---|
| 43 | |
---|
| 44 | [npm] |
---|
| 45 | recipe = plone.recipe.command |
---|
| 46 | command = |
---|
| 47 | cd ${buildout:directory}/src/bootstrap |
---|
[10877] | 48 | ${buildout:parts-directory}/nodejs/bin/npm install -g grunt-cli |
---|
[10114] | 49 | ${buildout:parts-directory}/nodejs/bin/npm install |
---|
| 50 | |
---|
| 51 | [bootstrap] |
---|
| 52 | recipe = plone.recipe.command |
---|
| 53 | command = |
---|
[10877] | 54 | cd ${buildout:directory}/src/bootstrap && PATH=${buildout:parts-directory}/nodejs/bin/:$PATH && grunt dist && grunt test |
---|
[10114] | 55 | update-command = |
---|
| 56 | ${bootstrap:command} |
---|
Note: See
TracBrowser for help on using the repository browser.