Ignore:
Timestamp:
9 Jan 2014, 12:29:24 (11 years ago)
Author:
uli
Message:

Use latest twbs version (3.0.3) and reenable update cmd for npm (seems it is needed to rebuild after twbs upgrades).

File:
1 edited

Legend:

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

    r10877 r10881  
    2424
    2525[sources]
    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
     26bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.3
    2827waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk
    2928
     
    4847    ${buildout:parts-directory}/nodejs/bin/npm install -g grunt-cli
    4948    ${buildout:parts-directory}/nodejs/bin/npm install
     49update-command =
     50    ${npm:command}
     51
    5052
    5153[bootstrap]
Note: See TracChangeset for help on using the changeset viewer.