Changeset 10877 for main/waeup.diazo


Ignore:
Timestamp:
8 Jan 2014, 10:38:22 (11 years ago)
Author:
uli
Message:

Use twitter bs 3.x and shorten buildout updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.diazo/trunk/buildout.cfg

    r10114 r10877  
    2424
    2525[sources]
    26 bootstrap = git https://github.com/twitter/bootstrap.git egg=false rev=v2.3.1
     26# bootstrap = git https://github.com/twitter/bootstrap.git egg=false rev=v2.3.1
     27bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.1
    2728waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk
    2829
     
    4546command =
    4647    cd ${buildout:directory}/src/bootstrap
     48    ${buildout:parts-directory}/nodejs/bin/npm install -g grunt-cli
    4749    ${buildout:parts-directory}/nodejs/bin/npm install
    4850
     
    5052recipe = plone.recipe.command
    5153command =
    52     cd ${buildout:directory}/src/bootstrap && PATH=${buildout:parts-directory}/nodejs/bin/:$PATH && make && make bootstrap
     54    cd ${buildout:directory}/src/bootstrap && PATH=${buildout:parts-directory}/nodejs/bin/:$PATH && grunt dist && grunt test
    5355update-command =
    5456    ${bootstrap:command}
Note: See TracChangeset for help on using the changeset viewer.