Skip to content

Restore client side libraries does not add the folder to the project #426

Open
@bhsubra

Description

@bhsubra

Minimal repro steps

  1. Copy paste the below contents in libman.json file and save:
    {
    "version": "1.0",
    "defaultProvider": "cdnjs",
    "libraries": [
    {
    "provider": "cdnjs",
    "library": "[email protected]",
    "destination": "bin/"
    }
    ]
    }

  2. This invokes restore operation, but the folder-bin is not included in the project

Expected result

Newly added folder/files should be included in the project

Actual result

Newly added folder/files should are not included in the project

Note: I see the same behavior when add client side libraries is invoked from UI. Looks like if folder is outside wwwroot, files don't get included in the project

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions