-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Labels
Description
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.
Your environment
- Framework
To reproduce
- 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"
]
},
- Build the course.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
New