Integrating Jade in Yeoman's server/watch/reload tasks
问题 I've been playing around with Yeoman & Jade. I've created a small test app via yeoman init angular (it's an angular app, but that's not the point here)... When I enter yeoman server at the command line, it will: compile coffeescript & compass files start a server start a browser watch & reload coffeescript & compass changes in the browser Which is a great feature of Yeoman! Now I want the same feature with Jade. So I installed grunt-jade via npm install grunt-jade and added the following