I would like to be able to exclude certain files or folders from the src in the Gruntfile config for the plugin, but this seems to not be supported.
I know some other plugins support a structure like files with a src attribute that supports paths with globbing patterns and I was wondering if something similar could be supported.
I would like to be able to exclude certain files or folders from the
srcin the Gruntfile config for the plugin, but this seems to not be supported.I know some other plugins support a structure like
fileswith asrcattribute that supports paths with globbing patterns and I was wondering if something similar could be supported.