Skip to content

Commit

Permalink
Don't require rack to generate the website pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Nov 9, 2016
1 parent 28f970c commit 0bd6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/make_www.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require 'erb'
require './lib/roda'
require './lib/roda/version'
Dir.chdir(File.dirname(__FILE__))
erb = ERB.new(File.read('layout.erb'))
Dir['pages/*.erb'].each do |page|
Expand Down

0 comments on commit 0bd6e21

Please sign in to comment.