lessphp在一个位置编译LESS CSS注释

时间:2013-11-11 11:36:14

标签: css less lessphp

所以当我编译我的.less文件时,这些评论可以以某种方式被跳过/删除吗?因为现在看起来很荒谬。所有注释都被压缩在.css文件的顶部。

我使用Drupal 7,Bootstrap 3.0.0,LESS预处理器模块用于D7和lessphp库。

在lessc.inc.php中,我只找到一行setPreserveComments:

public function setPreserveComments($preserve) {
    $this->preserveComments = $preserve;
}

它与http://leafo.net/lessphp/docs/#preserving_comments

处的文档不符

1 个答案:

答案 0 :(得分:1)

评论应为automatically removed,但是,如果它们出现,可能是编译器将setPreserveComments设置为true,找到它并将其注释掉。