From b2aeac03dee83b43d27fe8b1c5a92f7fb45eabac Mon Sep 17 00:00:00 2001 From: David Retana Date: Mon, 10 Nov 2014 08:18:10 -0600 Subject: [PATCH] Added filter-in and out description A little definition of what are doing the 3rd and 4th element of the patterns array --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaeb71b..9853a05 100644 --- a/README.md +++ b/README.md @@ -400,8 +400,10 @@ So in short: * First one if the regexp to use. The first group is the one that is supposed to represent the file reference to replace * Second one is a logging string - * FIXME - * FIXME + * A function which behaves like a filter-in. Receives the matched group and must return the file + path of the asset. Great functionality when you have a compiled file by a template engine. + * A function which behaves like a filter-out. It receives the revved path of the asset and must + return it as an url from it will be reached from web server. #### blockReplacements