Skip to content
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

Unable to detect new directories #73

Open
tnargib opened this issue Sep 10, 2018 · 0 comments
Open

Unable to detect new directories #73

tnargib opened this issue Sep 10, 2018 · 0 comments

Comments

@tnargib
Copy link

tnargib commented Sep 10, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants