Skip to content

Commit

Permalink
Adding README.textile when releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Engel committed Jun 12, 2011
1 parent 05b986b commit a667a5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ task :release, :version do |task, args|
FileUtils.mkdir_p(release_dir)

# Create files
FileUtils.cp("README.textile", "#{release_dir}/README.textile")
File.open("#{release_dir}/csonv.js", "w").puts(javascript)
File.open("VERSION", "w").puts(args[:version])

Expand Down

0 comments on commit a667a5a

Please sign in to comment.