From 5b5c04315c4923ba4ea871db0c5be6f071442b9d Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 31 Jan 2017 10:18:33 +0100 Subject: Use public instead of src/resources --- .tmuxinator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmuxinator.yml') diff --git a/.tmuxinator.yml b/.tmuxinator.yml index ec56e7d..95fc426 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -9,4 +9,4 @@ windows: - sbt - ~fastOptJS - server: - - (cd target/scala-2.12; python -m http.server 9000) + - (cd public; python -m http.server 9000) -- cgit v1.2.3