Changeset 10964 for main/waeup.kofa/branches
- Timestamp:
- 23 Jan 2014, 11:23:56 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/buildout-diazo.cfg
r10947 r10964 20 20 lxml 21 21 diazo 22 nodejs23 npm24 grunt_script25 22 # For backward compatibility, telling buildout not to throw away 26 23 # the data and log subdirectories from the parts directory. … … 37 34 mr.developer 38 35 39 auto-checkout = bootstrap40 always-checkout = force41 42 36 develop = . 43 37 44 38 show-picked-versions = true 45 39 update-versions-file = versions.cfg 46 47 48 [sources]49 bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.3 path=layout/50 40 51 41 [lxml] … … 59 49 PasteScript 60 50 waeup.kofa [beaker] 61 62 [nodejs]63 recipe = zc.recipe.cmmi64 #url = http://nodejs.org/dist/v0.9.3/node-v0.9.3.tar.gz65 url = http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz66 67 # create a shell script that wraps `grunt` script in `parts/` with68 # $PATH set correctly.69 [grunt_script]70 recipe = collective.recipe.template71 mode = 77572 input = etc/grunt.sh.in73 output = ${buildout:directory}/bin/grunt74 75 [npm]76 recipe = plone.recipe.command77 command =78 cd ${buildout:directory}/layout/bootstrap79 ${buildout:parts-directory}/nodejs/bin/npm install -g grunt-cli80 ${buildout:parts-directory}/nodejs/bin/npm install81 51 82 52 #
Note: See TracChangeset for help on using the changeset viewer.