lib/gumdrop/template/default/Rakefile in gumdrop-0.2.15 vs lib/gumdrop/template/default/Rakefile in gumdrop-0.2.16

- old
+ new

@@ -5,10 +5,10 @@ # For the SYNC task USER='user' SERVER='server.com' FOLDER="~/#{SERVER}" -desc "Build source files into output" +desc "Build source files into output_dir" task :build do system("bundle exec gumdrop -b") end desc "Run development server" \ No newline at end of file