I want to concat a couple of js files I have in my src/
directory, like the ones that are needed on every page and for some specific pages that need multiple files.
The rest of the files I want to copy with the current directory structure in tact. These are the files that are used only on one page and are the only page specific jsfile for that page.
So I would like to exclude the src
and files
attributes of the first type of tasks and exclude those in the last task.
How can this be achieved?