The additional context on top of ENV that should be passed to templates. If NODE_ENV is not set, the task sets it to development by default.
gruntplugin directive var env environment ifdef echo include exclude process preprocess pragmaPreprocess HTML, JavaScript, and other files with directives based off custom or ENV configuration
directive env environment ifdef ifndef echo include exclude process preprocess pragmaCreate an array with values that are present in the first input array but not additional ones
array difference diff differ filter excludeThe usual fix is to add negative glob patterns to your gulp.src() call. Doesn't this feel verbose and tedious? There is a better way! You already have this list inside your .gitignore file, let's just use it.If this option is present, it gives the path to the git ignore file. By default this option is set to .gitignore.
gulp gulpplugin git gitignore exclude streamAdds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules. Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your ❤️ and support.
glob glob-matching glob-pattern pattern find files wildcard search file-system fs array directories exclude exclusions expand filesystem fnmatch folders globbing globby globs globstar lookup match matched matcher matching minimatch multi multimatch multiple negate node node-glob paths patterns star wildcardsRun JSHint on everything, remove gulpfile from the stream, then uglify and write everything else.
gulpplugin filter minimatch include exclude gulp-filtertaskHelper helps selecting files for other tasks. For example, you want to minify only changed JS files. Then taskHelper selects files which are newer than dest from src (or newer than the time when this ran last time), and these files are passed to grunt-contrib-uglify task. And, taskHelper helps you do something small to files (or file's contents). For example, rename file, replace text, etc... You can create your custom task to do something easily via grunt.registerTask(). Or, writing new plugin is easy too. Using taskHelper is more easy.
gruntplugin filter exclude mtime file-modification-time changed-file updated-file file-size replace-text taskhelper filter-files grunt grunt-pluginsThis is a package aimed at Node.js development tools. It provides a list of directories that should probably be ignored by such tools, e.g. when watching for file changes. It's used by AVA and nodemon.
ignore chokidar watcher exclude glob pattern🧩 Define complex geographic regions (geofences) by including and excluding country codes and GeoJSON shapes. Location-conflation is a tool for generating GeoJSON features by including and excluding other locations and shapes.
geojson countries polygon country-codes regions geofence location locationset include excludeCan be useful when you don't control the output, for example, filtering out PropType warnings from a third-party React component. Returns a function, which when called, disables the filter.
nodejs console browser filter devtools npm-package console-log exclude log logging exclusion pattern patterns test testing mock electron react proptypes
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.