Skip to content

Unable to detect new directories #73

Description

@tnargib

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions