Changeset 10938 for main/waeup.kofa/branches
- Timestamp:
- 17 Jan 2014, 12:08:35 (11 years ago)
- Location:
- main/waeup.kofa/branches/uli-diazo-themed
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-diazo-themed/buildout-diazo.cfg
r10921 r10938 47 47 48 48 [sources] 49 bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.3 49 bootstrap = git https://github.com/twbs/bootstrap.git egg=false rev=v3.0.3 path=layout/ 50 50 51 51 -
main/waeup.kofa/branches/uli-diazo-themed/etc/grunt.sh.in
r10918 r10938 10 10 # prepend nodejs bin-dir on PATH 11 11 PATH="${buildout:parts-directory}/nodejs/bin:$PATH" 12 BOOTSTRAP_DIR=${buildout:directory}/ src/bootstrap12 BOOTSTRAP_DIR=${buildout:directory}/layout/bootstrap/ 13 13 NPM=${buildout:parts-directory}/nodejs/bin/npm 14 14 echo "Changing to $BOOTSTRAP_DIR" -
main/waeup.kofa/branches/uli-diazo-themed/etc/themed/debug.ini.in
r10935 r10938 84 84 [app:bootstrap] 85 85 use = egg:Paste#static 86 document_root = ${buildout:directory}/src/bootstrap/dist/86 document_root = %(LAYOUT_DIR)s/bootstrap/dist/ 87 87 88 88 [app:static] -
main/waeup.kofa/branches/uli-diazo-themed/etc/themed/deploy.ini.in
r10919 r10938 86 86 [app:bootstrap] 87 87 use = egg:Paste#static 88 document_root = ${buildout:directory}/src/bootstrap/dist/88 document_root = %(LAYOUT_DIR)s/bootstrap/dist/ 89 89 90 90 [app:static]
Note: See TracChangeset for help on using the changeset viewer.