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