Update Rakefile.rb
This commit is contained in:
parent
d5e766656f
commit
c234873725
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ load "rake/tasks/nanoc.rake"
|
|||
load "rake/tasks/t.rake"
|
||||
load "rake/tasks/ci.rake"
|
||||
|
||||
desc "Serve the website on localhost"
|
||||
desc "Start HTTP server"
|
||||
task :server, [:protocol] do |_t, args|
|
||||
require "server"
|
||||
nanoc = Ryo.from(YAML.load_file("./nanoc.yaml"))
|
||||
|
|
Loading…
Reference in a new issue