Closed mmurray closed 12 years ago
Needed to rake compile
handlebars.js
@murz I encountered the same error. The steps for doing so are not obvious, at least not to me. I did figure it out:
cd vendor/handlebars
rake compile
cd ../..
rspec spec/
I created pull request #20 to have these instructions added to README.
I followed the instructions in the readme:
When I run rspec spec/ I get a bunch of failures, all due to the same thing:
Sure enough, vendor/handlebars/lib/handlebars/compiler/parser.js does not exist. I poked through the handlebars.js Git repo and it doesn't seem like that file was ever checked in.. what am I missing here?