Is there a fast way to move all the images and CSS from plug-ins’ (like CKEditor or TinyMCE) folder to corresponding folders in the ASP.NET MVC projects’ folders?
Maybe there are “out-of-the-box” or automated solutions Or the only way is to edit all the paths to the new ones?
Is there a fast way to move all the images and CSS from plug-ins’
Share
NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects that use the .NET Framework.
When you use NuGet to install a package, it copies the library files to your solution and automatically updates your project (add references, change config files, etc). If you remove a package, NuGet reverses whatever changes it made so that no clutter is left.
You can install new packages using the package manager console.
TinyMCE Package
CKEditor Package