www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4ca3cf1487cd37d38acef1677fb9f08c81f6939d
parent e86bbfbda0454e27f0b783ade8d8a52b9bfcf8c3
Author: Tom Najdek <tom@doppnet.com>
Date:   Sat,  3 Jun 2017 18:25:24 +0100

Ignore all bluebird files when processing during the build

Diffstat:
M.babelrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.babelrc b/.babelrc @@ -11,6 +11,7 @@ "resource/react.js", "resource/react-dom.js", "resource/bluebird.js", + "resource/bluebird/*.js", "test/resource/httpd.js", "test/resource/mocha.js", "test/resource/co-mocha.js"