Try to install jison if it's not already installed

This commit is contained in:
Yehuda Katz
2011-12-16 15:55:12 -08:00
parent 799c7ed3ce
commit fea981a3f6
+2 -1
View File
@@ -14,7 +14,8 @@ file "lib/handlebars/compiler/parser.js" => ["src/handlebars.yy","src/handlebars
puts "Failed to run Jison."
end
else
puts "Jison is not installed. Try running `npm install jison`."
puts "Jison is not installed. Trying `npm install jison`."
sh "npm install jison"
end
end