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

Use node-glob to properly cross-platform expand globbing syntax #34

Open
airtonix opened this issue Jul 21, 2017 · 0 comments
Open

Use node-glob to properly cross-platform expand globbing syntax #34

airtonix opened this issue Jul 21, 2017 · 0 comments

Comments

@airtonix
Copy link

the library you're using to expand input files doesn't do anything smart with globbing syntax.

so the following use cases with either not match files or miss out deeply nested directories:

  • styledown config.md src/styles/**/*{-*,}.scss > ./dist/styleguide.html
  • styledown config.md **/*.scss > ./dist/styleguide.html

Suggest you wrap your argv._ with node-glob to more effectively expand globbing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant