Closed bassjobsen closed 9 years ago
in the case your src contains a wild card and selects more than one file the counter should also work. For instance src: 'dist/css/*.css' used in https://github.com/twbs/bootstrap/blob/v4-dev/Gruntfile.js#L244
src
src: 'dist/css/*.css'
sorry did not work when src is an array
in the case your
src
contains a wild card and selects more than one file the counter should also work. For instancesrc: 'dist/css/*.css'
used in https://github.com/twbs/bootstrap/blob/v4-dev/Gruntfile.js#L244