ericcornelissen/webmangler

Use globs in get-filters.js

Closed this issue · 0 comments

Refactoring

Description

Most configurations and script use globs to specify a group of files. The get-filters.js script is an exception. It currently has a primitive function to convert globs into equivalent regular expression, this function should be replaced by functionality that relies on globs.

References