Initial support for LESS and SCSS stylesheets

This commit is contained in:
Kijin Sung 2016-05-03 21:23:38 +09:00
parent 0b05de6f80
commit 25965b5d72
3 changed files with 127 additions and 52 deletions

View file

@ -688,6 +688,8 @@ class TemplateHandler
}
break;
case 'css':
case 'less':
case 'scss':
if($doUnload)
{
$result = "Context::unloadFile('{$attr['target']}','{$attr['targetie']}','{$attr['media']}');";