Skip to content

How to do recursive sources? #1017

Answered by andreynering
GandelXIV asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @GandelXIV,

Can you explain a bit more what you have in mind?

It's already possible to define multiple sources and having full directories as sources using double star (**).

version: '2'

tasks:
  default:
    sources:
      - src/**/*.js
      - foo/bar/**/*.rb

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by GandelXIV
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants