Commit d2f915d87aad380ded3ec88240db80c8e6abc046

Andreas Rohner 2016-04-07T10:29:09

Merge pull request #928 from flowlo/patch-1 Ignore tests directory in bower.json

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/bower.json b/bower.json
index 17c6956..be196bc 100644
--- a/bower.json
+++ b/bower.json
@@ -16,6 +16,7 @@
     "**/.*",
     "img",
     "templates",
+    "tests",
     "CNAME",
     "*.html",
     "style.css",