Rakefile: alias :generate to :build
This commit is contained in:
parent
fe5984ee15
commit
f92d6639e6
1
Rakefile
1
Rakefile
|
@ -169,6 +169,7 @@ namespace :site do
|
||||||
"destination" => File.expand_path("site/_site")
|
"destination" => File.expand_path("site/_site")
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
task :build => :generate
|
||||||
|
|
||||||
desc "Update normalize.css library to the latest version and minify"
|
desc "Update normalize.css library to the latest version and minify"
|
||||||
task :update_normalize_css do
|
task :update_normalize_css do
|
||||||
|
|
Loading…
Reference in New Issue