From ec1ebe1f97626b3e5779f38a5957976a9f808626 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 5 Mar 2017 16:11:37 +0100 Subject: Use webfs instead of python server --- .tmuxinator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmuxinator.yml') diff --git a/.tmuxinator.yml b/.tmuxinator.yml index f9063a4..1ffa362 100644 --- a/.tmuxinator.yml +++ b/.tmuxinator.yml @@ -9,6 +9,6 @@ windows: - sbt - ~fastOptJS - server: - - (cd public; python -m http.server 9000) + - webfsd -F -r public -f index.html -p 9000 - cover: - cd public/cover -- cgit v1.2.3