js(__DIR__.'/js/dist/forum.js') ->css(__DIR__.'/less/forum.less'), (new Extend\Formatter) ->configure(function (Configurator $config) { $config->Litedown; // Overwrite the default inline spoiler so that it is compatible // with more styling for children in an external stylesheet. $config->tags['ispoiler']->template = ''; }) ];