Removed exclamation points for mattr.
This commit is contained in:
parent
19572d9a81
commit
d8be0b1906
4
Rakefile
4
Rakefile
|
@ -148,10 +148,10 @@ namespace :site do
|
||||||
puts 'Done.'
|
puts 'Done.'
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "Move the History.markdown over to the /docs/history directory."
|
desc "Create a nicely formatted history page for the jekyll site based on the repo history."
|
||||||
task :history do
|
task :history do
|
||||||
# First lets go ahead and format the file correctly (mainly bullet points)
|
# First lets go ahead and format the file correctly (mainly bullet points)
|
||||||
puts "Generating the History doc!"
|
puts "Generating the History doc"
|
||||||
if File.exist?("History.markdown")
|
if File.exist?("History.markdown")
|
||||||
file_time = File.read("History.markdown")
|
file_time = File.read("History.markdown")
|
||||||
# Replacing the contents of the file for the markdown bullets & issue links
|
# Replacing the contents of the file for the markdown bullets & issue links
|
||||||
|
|
Loading…
Reference in New Issue