Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you set up Jade file watcher in Webstorm?

I set up a Jade file watcher in the following way in WebStorm. However it does not produces any HTML files.

How is it possible to convert Jade file to HTML file with WebStorm 9.0.3?

like image 949
user977828 Avatar asked Jan 31 '15 01:01

user977828


1 Answers

You have specified a wrong path to Jade in a Program field. Do you have Jade installed globally? Please run 'npm install jade -g', then test jade in your system terminal by running 'jade <your jade file>.jade'. Then specify a path to installed jade script as a 'Program' in your file watcher

like image 85
lena Avatar answered Oct 08 '22 20:10

lena