From 4a704d1153e8591a566eb117ec5597fc19daac8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Wed, 25 Mar 2015 19:28:42 +0100 Subject: [PATCH] Build: Don't publish dist/cdn to npm/Bower (cherry-picked from 136f1dc52bcb9db36122195401c692b26e21578a) Fixes gh-2164 Closes gh-2165 --- .npmignore | 1 + bower.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.npmignore b/.npmignore index 595cb6ac9..60368ebbc 100644 --- a/.npmignore +++ b/.npmignore @@ -8,6 +8,7 @@ /.travis.yml /build +/dist/cdn /speed /test /Gruntfile.js diff --git a/bower.json b/bower.json index b04700aee..d7efeae42 100644 --- a/bower.json +++ b/bower.json @@ -6,6 +6,7 @@ "ignore": [ "**/.*", "build", + "dist/cdn", "speed", "test", "*.md", -- 2.39.5