-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to silent CLI #1905
Comments
No I don't think so. You can use two commands though at the same time. |
Yes, but the problem is the -w option. |
Wouldn't two EDIT: Wouldn't two commands both watching the files work? |
Well, I tried here with a shell script and ending each command with &. It's working fine. Maybe a -s --silent option should be fine to avoid the "rendered" messages. Thanks |
@humbertocruz Let's assume you have this script in your
For linux you can use: |
Moving to jade-cli project |
It's possible to do something like this ?
jade -w -E ctp Views/* -E html webroot/*
And jade generate ctp and html files for each directory ?
thanks
The text was updated successfully, but these errors were encountered: