Last change
on this file since 17939 was
10881,
checked in by uli, 11 years ago
|
Use latest twbs version (3.0.3) and reenable update cmd for npm (seems it is needed to rebuild after twbs upgrades).
|
File size:
1.1 KB
|
Line | |
---|
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] |
---|
26 | bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.3 |
---|
27 | waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk |
---|
28 | |
---|
29 | [lxml] |
---|
30 | recipe = z3c.recipe.staticlxml |
---|
31 | egg = lxml |
---|
32 | |
---|
33 | [diazo] |
---|
34 | recipe = zc.recipe.egg |
---|
35 | eggs = |
---|
36 | diazo [wsgi] |
---|
37 | PasteScript |
---|
38 | |
---|
39 | [nodejs] |
---|
40 | recipe = zc.recipe.cmmi |
---|
41 | url = http://nodejs.org/dist/v0.9.3/node-v0.9.3.tar.gz |
---|
42 | |
---|
43 | [npm] |
---|
44 | recipe = plone.recipe.command |
---|
45 | command = |
---|
46 | cd ${buildout:directory}/src/bootstrap |
---|
47 | ${buildout:parts-directory}/nodejs/bin/npm install -g grunt-cli |
---|
48 | ${buildout:parts-directory}/nodejs/bin/npm install |
---|
49 | update-command = |
---|
50 | ${npm:command} |
---|
51 | |
---|
52 | |
---|
53 | [bootstrap] |
---|
54 | recipe = plone.recipe.command |
---|
55 | command = |
---|
56 | cd ${buildout:directory}/src/bootstrap && PATH=${buildout:parts-directory}/nodejs/bin/:$PATH && grunt dist && grunt test |
---|
57 | update-command = |
---|
58 | ${bootstrap:command} |
---|
Note: See
TracBrowser for help on using the repository browser.