commit 1d4a197948fdb4481d4f3ececaa9ee90366a674e
parent 04e6744df5f2489e5bcac3a8ef37c47b77db09d0
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 3 Oct 2016 23:36:34 +0200
Properly copy files from the static directory
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/Makefile b/examples/Makefile
@@ -3,7 +3,7 @@ default :
@motyl
@echo [`date +"%T"`] Copying assets and static files
@cp -r themes/fonts themes/scripts themes/styles deploy/
- @cp -r static/ deploy/
+ @cp -r static/* deploy/
@echo [`date +"%T"`] Done
clean :