From 932ae8820d2e2b8477d3f3e61c21e6dd8febf90c Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 30 Jan 2010 12:38:15 -0800 Subject: [PATCH] new app prefix on the output. --- doc-src/tasks/generators.thor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc-src/tasks/generators.thor b/doc-src/tasks/generators.thor index 6e238a97..541b5311 100644 --- a/doc-src/tasks/generators.thor +++ b/doc-src/tasks/generators.thor @@ -47,8 +47,7 @@ class Generate < Thor | /* And the source is shown to the user as Sass and as CSS. */ EXAMPLE example_file.puts example_contents.gsub(/^ +\| /, '') - puts "open http://localhost:3000/examples/#{identifier}" - puts "./bin/nanoc3 aco" + puts "./bin/nanoc3 co && open http://localhost:3000/docs/examples/#{identifier} && ./bin/nanoc3 aco" end end