-
It would be useful if the `files` glob supported excluding files that match a pattern. See https://github.com/anodynos/node-glob-expand for examples.
In my project, I have all `.coffee` files in the …
cwick updated
9 years ago
-
### Is your feature request related to a problem? Please describe.
I would like to test multiple projects at the same time using the glob pattern.
### Describe the solution you'd like
In Azure De…
-
See discussion in #116 and repository at: https://github.com/dominics/issue-jp-sh/blob/main/serverless.yml#L36
Maybe limit this to _only_ relative files to simplify the require resolution issues?
-
If would be nice to be able to run a single command that takes multiple input files (glob patterns).
Imagine a `package.json` build script that would allow the following:
`mmdc -i *.mmd`
`mmdc -i…
-
It should be possible to define files to be injected as globs
``` javascript
gulp.task(Tasks.INJECT, [Tasks.SASS], function () {
return gulp.src(paths.linker.input)
//Instead of defining a list …
-
In bear glob patterns, `**` and `*` are giving same results. Actual discussion - https://github.com/coala/coala/pull/4832#issuecomment-343619919
CC @Makman2
-
Right now, bear glob patterns in coala are case sensitive. With new options available to display bears along with its details through CLI, case sensitive is becoming hindrance in terms of usabilit…
-
Migrated from [rt.perl.org#125173](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=125173) (status was 'open')
Searchable as RT125173$
p5pRT updated
11 months ago
-
program-fpga-board.bat
------------------------------------------------
no files matched glob pattern "*.sof"
while executing
"glob *.sof"
invoked from within
"set sof_files [glob *.…
-
Imagine you have two or more test projects in a solution.
```
- root
-- proj1
-- proj1.test
-- proj2
-- proj2.test
```
Coverlet/ vstest outputs to a guid based directory:
```
- root
…