bin/svggvs in svggvs-0.0.8 vs bin/svggvs in svggvs-0.0.9

- old
+ new

@@ -50,9 +50,13 @@ end desc "install [ dir ]", "Install a Cardfile and sample template" def install(dir = '.') directory '.', dir + + Dir.chdir dir do + system %{bundle install} + end end desc "merged_file", "Write out a merged file" def merged_file context.write_merged_file