From c8ab89a82625923631d9e23a5f9cd4235b55599d Mon Sep 17 00:00:00 2001 From: Igor Babuschkin Date: Tue, 18 Aug 2015 11:26:40 +0200 Subject: [PATCH] Add missing .bowerrc --- .bowerrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .bowerrc diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..718d071 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "share/static/components" +}