From 8a8da6b4bed2956a6d3aa108e3c9b8039d4a4a33 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Wed, 18 Jan 2017 12:46:44 +0000 Subject: [PATCH] Make directory on compile --- ui/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/Makefile b/ui/Makefile index 9d80ba55..d22be54a 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -41,6 +41,7 @@ install-production: compile clean .PHONY: compile compile: install + mkdir -p dist cp -R src/ dist/. $(bindir)/babel src --out-dir dist --source-maps inline