diff --git a/bin/dev b/bin/dev index fe025f6..5e5c1fa 100755 --- a/bin/dev +++ b/bin/dev @@ -1,4 +1,4 @@ #!/usr/bin/env bash # launch rails with puma plugin tailwindcss with no 'Done in ms' messages! -rails server 2>&1 | grep -vE '(^Done in |^sh: 1: watchman)' +rails server 2>&1 | grep -vE '(^Done in |^sh:.* 1: watchman)'