Skip to content

Less files in plugin subfolder ignored #3661

@swashbuck

Description

@swashbuck

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions