lessphp icon indicating copy to clipboard operation
lessphp copied to clipboard

Blank Page

Open s3w47m88 opened this issue 10 years ago • 1 comments
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.

s3w47m88 avatar Feb 04 '15 22:02 s3w47m88

See #498 As of right now, this library is unable to compile Bootstrap.

mcordingley avatar Feb 11 '15 14:02 mcordingley