Willa Drengwitz
e6363ac955
Merge remote-tracking branch 'mroth/osx-testing' into osx-testing
2018-08-31 07:48:09 -04:00
Nathan Broadbent
6745822953
Fix IFS issues - have to always unset after use
2017-02-19 20:05:59 +07:00
Matthew Rothenberg
9a9b6104e2
Compatibility fix for Design Assets Management
...
design.sh uses `readlink -m` to determine canonical path of git dir,
which is not available on all *nix systems (including Darwin).
Instead, use `pwd -P` to get canonical directory path in a more
cross-platform compatible way.
This is a change to an actual script rather than just a test, and it
should make the Design Assets Management functionality of scm_breeze
now function properly on MacOSX.
2014-10-16 17:20:49 -04:00
Nathan Broadbent
67286496bd
Fixed design link command to use first match, if project is symlinked into multiple directories
2012-05-30 11:35:33 +12:00
Nathan Broadbent
69a44f3775
Fixed _design_add_git_exclude() function to use 'git rev-parse --git-dir', which will support submodules.
2012-05-08 16:25:00 +12:00
Nathan Broadbent
aca96a5e8c
Fix defaut IFS for Ubuntu 11.x
2012-03-08 17:35:03 +08:00
Nathan Broadbent
39c788d7d6
Fixed trim command for design()
2011-10-22 13:04:43 +08:00
Nathan Broadbent
d23c4256ac
Less verbose
2011-10-22 13:00:00 +08:00
Nathan Broadbent
45105cb66e
Removed git dirs for design directories
2011-10-22 12:53:27 +08:00
Nathan Broadbent
970a91c929
combined rm commands
2011-10-22 10:11:54 +08:00
Nathan Broadbent
23d0057ac7
Changed behaviour of design() so that each design directory can have version controlled assets
2011-10-22 10:11:00 +08:00
Nathan Broadbent
b70ef4dba1
Added design() function to manage synchronization of design development assets for git repos, without checking them in
2011-10-22 01:54:14 +08:00