Changeset 10964 for main/waeup.kofa


Ignore:
Timestamp:
23 Jan 2014, 11:23:56 (11 years ago)
Author:
uli
Message:

Remove overhead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/buildout-diazo.cfg

    r10947 r10964  
    2020    lxml
    2121    diazo
    22     nodejs
    23     npm
    24     grunt_script
    2522# For backward compatibility, telling buildout not to throw away
    2623# the data and log subdirectories from the parts directory.
     
    3734    mr.developer
    3835
    39 auto-checkout = bootstrap
    40 always-checkout = force
    41 
    4236develop = .
    4337
    4438show-picked-versions = true
    4539update-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/
    5040
    5141[lxml]
     
    5949    PasteScript
    6050    waeup.kofa [beaker]
    61 
    62 [nodejs]
    63 recipe = zc.recipe.cmmi
    64 #url = http://nodejs.org/dist/v0.9.3/node-v0.9.3.tar.gz
    65 url = http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz
    66 
    67 # create a shell script that wraps `grunt` script in `parts/` with
    68 # $PATH set correctly.
    69 [grunt_script]
    70 recipe = collective.recipe.template
    71 mode = 775
    72 input = etc/grunt.sh.in
    73 output = ${buildout:directory}/bin/grunt
    74 
    75 [npm]
    76 recipe = plone.recipe.command
    77 command =
    78     cd ${buildout:directory}/layout/bootstrap
    79     ${buildout:parts-directory}/nodejs/bin/npm install -g grunt-cli
    80     ${buildout:parts-directory}/nodejs/bin/npm install
    8151
    8252#
Note: See TracChangeset for help on using the changeset viewer.