diff --git a/melpa b/melpa index d32b480c..3c603e7f 100755 --- a/melpa +++ b/melpa @@ -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 }