We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are you using the command line tool less-watch-compiler? Yes
less-watch-compiler
Yes
If you are using the command line tool, which version are you using (less-watch-compiler --version to find out)? 1.11.3
less-watch-compiler --version
1.11.3
Is the issue reproducible after updating to the latest version ( npm update less-watch-compiler)?
npm update less-watch-compiler
Steps to reproduce:
My scripts:
"build-css": "less-watch-compiler --run-once src/ src/", "watch-css": "npm run build-css && less-watch-compiler src/ src/", "start-js": "react-scripts start", "start": "npm-run-all -p watch-css start-js",
Actual Results:
Expected Results:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Are you using the command line tool
less-watch-compiler
?Yes
If you are using the command line tool, which version are you using (
less-watch-compiler --version
to find out)?1.11.3
Is the issue reproducible after updating to the latest version (
npm update less-watch-compiler
)?Steps to reproduce:
My scripts:
Actual Results:
Expected Results:
The text was updated successfully, but these errors were encountered: