lessphp
lessphp copied to clipboard
Blank Page
trafficstars
Including the following code is resulting in a blank index page. I expected the file to be compiled and the index.php to render as normal. Am I missing something or is this a bug? Thank you!
require "less/lessc.inc.php"; $less = new lessc; $less->checkedCompile("bootstrap.less","bootstrap.css");
Also tried with with an absolute path.
See #498 As of right now, this library is unable to compile Bootstrap.