From 9c4b3b7429fa9c416e21b8e8be6b515a189173dc Mon Sep 17 00:00:00 2001 From: Thibaud Fabre Date: Wed, 28 Sep 2016 18:40:26 +0200 Subject: [PATCH] PHRAS-1245 Preserve gitkeep file --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c490fe30f0..52a2f92d70 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ clean_assets: rm -rf ./node_modules rm -rf ./www/assets rm -rf ./www/bower_components + touch ./node_modules/.gitkeep config: @php bin/console compile:configuration