Integrating Jade in Yeoman's server/watch/reload tasks

六月ゝ 毕业季﹏ 提交于 2019-11-28 19:35:58
Sindre Sorhus

We created a guide on how to integrate Jade with Yeoman: Using Yeoman and Jade

make sure to add

  grunt.loadNpmTasks('grunt-jade');

on top of your gruntfile, otherwise yeoman doesn't know how to handle the "jade" task

There's an excellent guide to using Yeoman 1.0 and Jade together at https://gist.github.com/passy/5229305

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!