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:
- (Project created with create react app)
- Run the compiler
- Create new directory
- create xxx.less inside
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:
- The less file is not parsed
Expected Results:
- A .css file should be created
Are you using the command line tool
less-watch-compiler?YesIf you are using the command line tool, which version are you using (
less-watch-compiler --versionto find out)?1.11.3Is the issue reproducible after updating to the latest version (
npm update less-watch-compiler)?Steps to reproduce:
My scripts:
Actual Results:
Expected Results: