summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-07-29 20:06:01 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-07-29 20:06:01 +0200
commitd4a1ece8f011dd69db05b83d2f98e3207f1a7e48 (patch)
tree1f5d09b3087acce37afb5e37a49fff9c33863aaf /inc
parent7d8a6abbb21979fd77dca10275ebb8e01a04b6e4 (diff)
downloadrpg-d4a1ece8f011dd69db05b83d2f98e3207f1a7e48.tar.gz
rpg-d4a1ece8f011dd69db05b83d2f98e3207f1a7e48.tar.bz2
add LESS support
still needs testing
Diffstat (limited to 'inc')
-rw-r--r--inc/load.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/load.php b/inc/load.php
index 5ca9b4cd8..258713e88 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -82,6 +82,7 @@ function load_autoload($name){
'RemoteAPI' => DOKU_INC.'inc/remote.php',
'RemoteAPICore' => DOKU_INC.'inc/RemoteAPICore.php',
'Subscription' => DOKU_INC.'inc/subscription.php',
+ 'lessc' => DOKU_INC.'inc/lessc.inc.php',
'DokuWiki_Action_Plugin' => DOKU_PLUGIN.'action.php',
'DokuWiki_Admin_Plugin' => DOKU_PLUGIN.'admin.php',