minimatch Questions
3
Solved
I'm trying to use ignoreTestFiles in cypress so that incomplete tests will not get run in the test suite.
The path to my tests is:
C:\Users\userA\IdeaProjects\automated_tests\cypress\integration\ig...
2
Solved
I have a situation where I need a single glob pattern (that uses minimatch) to match all JavaScript files which are not in a certain directory. Unfortunately, I'm using another tool that doesn't ex...
Wurth asked 19/1, 2018 at 21:42
2
I'm setting up TFS 2015 on-prem and I'm having an issue on my last build step, Publish Build Artifacts. For some reason, the build agent appears to be archiving old binaries and I'm left with a hug...
1
Solved
I just installed nodejs in a server and a basic npm install shows a lot of messages like this:
$ npm install
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher ...
Baryram asked 17/10, 2016 at 10:36
1
Solved
I'm trying to setup a glob array for my javascript concat build task in gulp. The directory structure looks as follows:
├── about
│ └── about.js
├── assets
├── contact
├── core
│ ├── navbar
│ │ ├─...
Pelasgian asked 25/10, 2014 at 13:43
1
Solved
I have a project like this:
root
|-incl1
|-incl2
|- ...
|-excl1
|-excl2
|- .gitignore <-- keep this one
|- (other files) <-- exclude them
I need to write gulp.src() that will includ...
2
Solved
I've just started using Grunt, and I'm trying to get the concat task to concat my files in a specific order. Here's what I've got:
module.exports = function(grunt) {
grunt.initConfig({
pkg: grun...
1
© 2022 - 2024 — McMap. All rights reserved.