I'm trying to deploy my first C# web app using Visual Studio 2013, and the web deployment package fails with the message
Error 43 Copying file Content\lib\bootstrap-timepicker\Gruntfile.js to obj\Release\Package\PackageTmp\Content\lib\bootstrap-timepicker\Gruntfile.js failed. Could not find file 'Content\lib\bootstrap-timepicker\Gruntfile.js.
and the item itself displays
The item 'Gruntfile.js' does not exist in the project directory. It may have been moved, renamed, or deleted.
when attempting to open it. Gruntfile.js appears in numerous project folders, not just the one folder in which it carries the warning logo.
Where can I get a copy of just the bootstrap-timepicker Gruntfile.js, and how should it be imported into the project? The "Getting Started" and "Installing Grunt" sections of the gruntjs website seem to only discuss the original acquiring of the product, not necessarily how to recreate a corrupted version. Thanks in advance!