nomadjimbob / mikio

Customizable, Bootstrap 4 inspired template for Dokuwiki
GNU General Public License v2.0
22 stars 6 forks source link

Add LESS support for Docker apps #13

Closed nomadjimbob closed 3 years ago

nomadjimbob commented 3 years ago

The DokuWiki docker app does not have the ctype library installed by default which is required by the LESSC php library.

Include the ctype functions to support the LESSC library

nomadjimbob commented 3 years ago

Added ctype alternatives in commit 703d73e0256405f80edfab9393b332ee7c436a97

Still need to test in docker

nomadjimbob commented 3 years ago

LESS compiler is working in Docker instance