Changeset 10877
- Timestamp:
- 8 Jan 2014, 10:38:22 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.diazo/trunk/buildout.cfg
r10114 r10877 24 24 25 25 [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 27 bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.1 27 28 waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk 28 29 … … 45 46 command = 46 47 cd ${buildout:directory}/src/bootstrap 48 ${buildout:parts-directory}/nodejs/bin/npm install -g grunt-cli 47 49 ${buildout:parts-directory}/nodejs/bin/npm install 48 50 … … 50 52 recipe = plone.recipe.command 51 53 command = 52 cd ${buildout:directory}/src/bootstrap && PATH=${buildout:parts-directory}/nodejs/bin/:$PATH && make && make bootstrap54 cd ${buildout:directory}/src/bootstrap && PATH=${buildout:parts-directory}/nodejs/bin/:$PATH && grunt dist && grunt test 53 55 update-command = 54 56 ${bootstrap:command}
Note: See TracChangeset for help on using the changeset viewer.