adapt_framework
adapt_framework copied to clipboard
Less files in plugin subfolder ignored
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.