-
Notifications
You must be signed in to change notification settings - Fork 94
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
Error out when using -w when writing to stdout #156
Comments
- ...-o -w
+ -o path/to/dist -w From the screenshot it's seems to be a command line args mismatch and the result is logged to postcss $INPUT -u $PLUGINS -o $OUTPUT -w
|
We should modify our logic here to error out with a friendly error message. |
@michael-ciniawsky |
Reopening to remind me to add an error message. |
I used File Watchers in webstorm to add autoprefixer to suggest an error
![image](https://user-images.githubusercontent.com/16183057/29904392-3288755e-8e3b-11e7-8ff6-23f60ee28565.png)
postcss-cli、autoprefixer version
![image](https://user-images.githubusercontent.com/16183057/29904466-83890aa4-8e3b-11e7-984f-0c509eb6ce61.png)
What is the reason for that?
The text was updated successfully, but these errors were encountered: