From 139e4ad1c4952e26ec549daccd97fb74fde03360 Mon Sep 17 00:00:00 2001 From: Eli White Date: Tue, 17 Mar 2015 16:46:57 -0700 Subject: [PATCH 1/2] Testing --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 27bc556..ef90ed3 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ min-width: 100px; padding: 15px 20px; background-color: purple; - border: 1px solid black; - border-radius: 15px; + border: 1px dotted black; + border-radius: 5px; color: white; font-size: 16px; } From 02558348169771d91c998dc1f5ef8de72efb4c25 Mon Sep 17 00:00:00 2001 From: Eli White Date: Sat, 4 Apr 2015 17:04:41 -0700 Subject: [PATCH 2/2] Logging more info about starting the build --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 8ca2444..c6cb874 100644 --- a/test/index.js +++ b/test/index.js @@ -65,7 +65,7 @@ fs.removeAsync(config.screenshotRoot) numBrowsers: 1 }) .then(function(build) { - console.log('Build started', build.build); + console.log('Build started', build); }); }); });