ASP .NET 5 - grunt task to copy files from node modules to wwwroot
问题 I have a simple ASP .NET 5 empty project - with npm and grunt installed. I've used npm to install a few client-side libraries, at present located in the node_modules directory directly under my ASP .NET project. I want to copy the relevant files (for example, jquery.min.js) from the node_modules folder into the wwwroot folder. It's unclear to me how to use grunt to do this - as each node module has it's own dependency tree, and there doesn't seem to be any consistency in the file structure