Files
OfficialSite/build/tasks
Chauncey McAskill 1e7e90c8aa Add support for custom task labels
If ever the basename from the outfile or outdir is an insufficient description.

Example:

```json
"concats": [
    {
        "label": "third-parties",
        "includes": [
            "{% paths.scripts.src %}/vendors/*.js"
        ],
        "outfile": "{% paths.scripts.dest %}/vendors.js"
    }
]
```
2021-12-17 10:39:35 -05:00
..
2021-12-17 10:39:35 -05:00
2021-12-17 10:39:35 -05:00
2021-12-17 10:39:35 -05:00
2021-12-17 10:39:35 -05:00