adapt_framework icon indicating copy to clipboard operation
adapt_framework copied to clipboard

Less files in plugin subfolder ignored

Open swashbuck opened this issue 11 months ago • 0 comments

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

  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"
    ]
  },
  1. Build the course.

swashbuck avatar Mar 20 '25 14:03 swashbuck