From 57f2c7933bd97fb2d1c621ebc51f718ce23fad9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BA=D0=BE=D0=B2=D0=BE=D1=80=D0=BE=D0=B4=D0=B0=20?= =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=90=D0=BD=D0=B4=D1=80?= =?UTF-8?q?=D0=B5=D0=B5=D0=B2=D0=B8=D1=87?= Date: Sun, 15 Mar 2015 23:12:36 +0300 Subject: [PATCH] bower.json: ignore tests and examples. Solves #462, reduces the bower distribution size ~7 times. --- bower.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bower.json b/bower.json index 6ed787c220..9b3c846aa3 100644 --- a/bower.json +++ b/bower.json @@ -16,6 +16,8 @@ "**/.*", "node_modules", "bower_components", + "example", + "spec", "test", "tests" ],