Fixed the example.
This commit is contained in:
parent
cd2273da6f
commit
e5fe48990d
15 changed files with 132 additions and 10 deletions
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bundle exec nake
|
||||
# encoding: utf-8
|
||||
|
||||
Task.new(:generate) do |task|
|
||||
task.description = "Generate static HTML."
|
||||
|
||||
task.define do
|
||||
sh "./boot.rb"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue