sync css file with server

This commit is contained in:
Donald Ephraim Curtis 2012-01-22 15:30:59 -06:00
parent 69dbac77f5
commit 037db44c56

2
melpa
View file

@ -20,7 +20,7 @@ function melpa_build_pkglist {
function melpa_sync {
echo "*** Pushing changes to the server..."
rsync -avz --delete packages html/index.html milkbox.net:webapps/melpa/
rsync -avz --delete packages html/style.css html/index.html milkbox.net:webapps/melpa/
echo
}