trvsdnn / frank

Static Site Non-Framework
http://github.com/blahed/frank
MIT License
415 stars 30 forks source link

'frank compile' fails on fresh install/project using rbenv/1.9.3p194 [x86_64-darwin11.4.0] #76

Open jackrusher opened 12 years ago

jackrusher commented 12 years ago

I did a 'gem install frank', followed by these steps:

$ frank new thing

Frank is...

Frank is...

... this is caused by an attempt to join a nil value in Frank.root. The problem is resolved if I add 'compile' to the list of terms that bootstrap with Dir.pwd in cli.rb.