From 1df3226abe4bb15d5655bc08761c6b21f40323aa Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Tue, 31 Mar 2015 10:09:43 -0600
Subject: [PATCH] added bin to files list

---
 gruntconfig/watch.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruntconfig/watch.js b/gruntconfig/watch.js
index cbe66a90..99103664 100644
--- a/gruntconfig/watch.js
+++ b/gruntconfig/watch.js
@@ -2,7 +2,7 @@
 
 module.exports = {
   scripts: {
-    files: ['geomagio/**/*.py'],
+    files: ['geomagio/**/*.py', 'bin/**/*.py'],
     tasks: ['lint', 'test']
   },
   gruntfile: {
-- 
GitLab