We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6005d4e commit 466772eCopy full SHA for 466772e
docs/recipes/running-task-steps-per-folder.md
@@ -3,8 +3,8 @@
3
If you have a set of folders, and wish to perform a set of tasks on each, for instance
4
5
/scripts
6
- /scripts/jquery/
7
- /scripts/angularjs/
+ /scripts/jquery/*.js
+ /scripts/angularjs/*.js
8
9
and want to end up with
10
0 commit comments