我怎样才能预编译jade.php模板?

时间:2013-10-01 03:23:29

标签: php wordpress pug npm

我已经爱上了Jade,不能再忍受了,但现在我有一个WordPress主题设计..

所以..我使用Codekit,它处理jade就好了 - 我可以以某种方式让它使用jade.php而不是节点模块吗? (当我搜索npm find jade | grep php

时,我找不到任何提到php的软件包

这可以通过咕噜咕噜的监视任务完成吗?

我不想在主题中安装jade.php并让它在那里运行。


另外,我知道我可以逃脱php ..

#sidebar1.sidebar.fourcol.last.clearfix(role="complementary")

    | <?php if ( is_active_sidebar( 'sidebar1' ) ) : ?>
    |   <?php dynamic_sidebar( 'sidebar1' ); ?>
    | <?php else : ?>

    // This content shows up if there are no widgets defined in the backend.

    .alert.alert-help
        p <?php _e( 'Please activate some Widgets.', 'bonestheme' );  ?>

    | <?php endif; ?>

但是我喜欢用玉条件......那是贪婪的吗?

2 个答案:

答案 0 :(得分:1)

https://github.com/ajschlosser/wordpress-jade-template非常适合常规wordpress。我更多的是一个自助人员,所以我更喜欢https://github.com/ajschlosser/wordpress-jade-bootstrap-template的Bootstrap verison,由于某种原因(即使Bootstrap是面向较少的)也依赖于Sass所以我把它分叉并使它更偏向于偏向。 https://github.com/Xedecimal/wordpress-jade-bootstrap-template如果你不想自己做,很容易。

答案 1 :(得分:0)

我只是喜欢Github这个名为grunt-jade的项目,他们谈论了监视模式: https://github.com/phated/grunt-jade

我认为这会对你有帮助。