From 8ffdd83190b71ba1c03f6cfcdd7bdc0ef347d364 Mon Sep 17 00:00:00 2001 From: Elliot Hesp Date: Thu, 4 Dec 2014 10:29:05 +0000 Subject: [PATCH] Fixed Elixir workflow --- bower.json | 3 ++- elixir.json | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 090d3a91..5e211b62 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,8 @@ { "name": "Cachet", "dependencies": { - "cachet-ui": "*", + "bootstrap": "3.3.*", + "fontawesome": "4.2.*", "jquery": "~2.1.1", "chartjs": "0.2.*", "rivets": "0.7.*" diff --git a/elixir.json b/elixir.json index c06ae9d8..c987b22d 100644 --- a/elixir.json +++ b/elixir.json @@ -1,5 +1,4 @@ { - "assetsDir": "app/assets", - "cssOutput": "public/css", - "jsOutput": "public/js" -} + "assetsDir": "app/assets/", + "bowerDir": "app/assets/bower_components" +} \ No newline at end of file