Using GruntJS to filter which files get deployed
问题 Currently the static resources we use are part of a web project in Visual Studio. There are certain files in the project that we want locally that we don't want being deployed to production. We manage this by using the .csproj file and seeing if a file is mark as "content" or "none" etc. (If it's marked as "none" it doesn't get pulled on the deploy). This works great however we are moving our development out of Visual Studio and into a more Javascript friendly IDE. However if we add or delete