### Subject of the issue Less files in a plugin's less subfolder were not included when we are using `build.includes` in _config.json_. Discovered while working on this [Media PR](https://github.com/adaptlearning/adapt-contrib-media/pull/299). <img src="https://github.com/user-attachments/assets/60921bb9-4030-4fc2-a631-925959c34998" width="200"> ### Your environment * Framework ### To reproduce 1. In config.json, only include the plugins you wish to use. One of them should have a subfolder in their less directory. ``` "build": { "strictMode": true, "includes": [ "adapt-plugin-with-less-subfolder", "adapt-contrib-text", "adapt-contrib-boxMenu", "adapt-contrib-vanilla" ] }, ``` 2. Build the course.
Subject of the issue
Less files in a plugin's less subfolder were not included when we are using
build.includesin config.json. Discovered while working on this Media PR.Your environment
To reproduce