From 9b40bc47b3349afbc73d899ed6fff45e3e9b10b3 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Tue, 25 Jun 2019 11:26:56 +0530 Subject: [PATCH] Add empty build folder with empty index.html Needed for the basic build command to work in shell As it uses redirection to index.html file --- build/index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 build/index.html diff --git a/build/index.html b/build/index.html new file mode 100644 index 0000000..aaf9e3b --- /dev/null +++ b/build/index.html @@ -0,0 +1 @@ + \ No newline at end of file