duan39779 2013-09-30 19:23
浏览 37
已采纳

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

I've fallen in love with Jade, and can't bear to se any more, but now I have a WordPress theme to design..

So.. I use Codekit, and it handles jade just fine - can I somehow get it to use jade.php instead of the node module? (I couldn't find any packages which mentioned php when i searched npm find jade | grep php)

Could this be accomplished with a grunt watch task?

I'd prefer not to install jade.php in the theme and have it run there.


Also, I'm aware that I can escape the 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; ?>

But I'd love to use jade conditionals.. is that greedy?

  • 写回答

2条回答 默认 最新

  • duandian2725 2014-12-28 03:02
    关注

    https://github.com/ajschlosser/wordpress-jade-template is great for regular wordpress. I'm more of a bootstrap person so I prefer the Bootstrap verison at https://github.com/ajschlosser/wordpress-jade-bootstrap-template which also relies on Sass for some reason (even though Bootstrap is Less oriented) so I forked it and made it more Less biased. https://github.com/Xedecimal/wordpress-jade-bootstrap-template in case you don't want to do it yourself, pretty easy though.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部