From c7c1aad4c1e7b1233d8ae4baaae0784bedeee04b Mon Sep 17 00:00:00 2001 From: Philip Manavopoulos Date: Mon, 24 Nov 2014 18:22:45 +0000 Subject: [PATCH] Small JSON fix --- elixir.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir.json b/elixir.json index f3aa43fc..333e2a46 100644 --- a/elixir.json +++ b/elixir.json @@ -1,5 +1,5 @@ { "assetsDir": "public/assets/", - "cssOutput": "public/css/" + "cssOutput": "public/css/", "jsOutput": "public/js/" }