You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a libman.json file with the content like
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"destination": "wwwroot/lib/jquery/",
"library": "[email protected]"
}
]
}
Restore client-side libraries
Clean client-side libraries
The wwwroot folder will be deleted
We can probably keep a record of the wwwroot folder here. Or if starting on UI by right click on wwwroot, and adding client-side library, do the same. So we can remain the wwwroot empty folder.