Skip to content

Commit

Permalink
add README to touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Teubert committed Dec 20, 2010
1 parent 8d75a0a commit 8a3d846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def slug
])

# touch files which will be empty
["public/css/#{name.slug}.css", "public/javascript/#{name.slug}.css"].each do |f|
["README", "public/css/#{name.slug}.css", "public/javascript/#{name.slug}.css"].each do |f|
FileUtils.touch f
end

Expand Down

0 comments on commit 8a3d846

Please sign in to comment.