Commit ee4c4104 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Prune the wordpress uploads directory from static files

parent 04ca1484
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ setup() {
	wp language theme update --all

	find -name static -prune \
		-name uploads -prune \
		-o -type f -not -iname '*.php' \
		-exec install -vD '{}' 'static/{}' \;
}