bower.json: ignore tests and examples. Solves #462, reduces the bower distribution size ~7 times.

This commit is contained in:
Сковорода Никита Андреевич
2015-03-15 23:12:36 +03:00
parent e63f39e5fc
commit 57f2c7933b

View File

@ -16,6 +16,8 @@
"**/.*",
"node_modules",
"bower_components",
"example",
"spec",
"test",
"tests"
],