bookdown / Bookdown.Bookdown

Core libraries for Bookdown generation.
http://bookdown.io
MIT License
81 stars 11 forks source link

Fix bookdown theme vendor path resolution #67

Closed tobiju closed 6 years ago

tobiju commented 7 years ago

@sandrokeil this bugfix should solve your problem. Travis fails in case of PHP5.6 and HHVM. PHP7 works fine.

sandrokeil commented 7 years ago

@tobiju Thanks for the work, but we have to support PHP >= 5.6.0 :-(. Can you remove the dirname level arg and add the appropriate dirname calls please?

I can confirm that it works and it's quite awesome! :+1: bookdown

tobiju commented 7 years ago

Works now from PHP >= 5.6.0.