What's the alternative? FTP? Typing the rsync command by hand each time?
This also assumes that you are using Sass (http://sass-lang.com/) and Compass (http://compass-style.org/).
If you want the scoop on using Sass and Compass with WordPress check out the Compass-WordPress extension at GitHub: http://github.com/pengwynn/compass-wordpress
@smanek Capistrano is WAAAY over-kill. rsync is a better fit and --delete ensures that you delete files that don't exist on the sending side. Keeps it simple and clean.
What's the alternative? FTP? Typing the rsync command by hand each time?
This also assumes that you are using Sass (http://sass-lang.com/) and Compass (http://compass-style.org/).
If you want the scoop on using Sass and Compass with WordPress check out the Compass-WordPress extension at GitHub: http://github.com/pengwynn/compass-wordpress
@smanek Capistrano is WAAAY over-kill. rsync is a better fit and --delete ensures that you delete files that don't exist on the sending side. Keeps it simple and clean.