-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
After installing Ncapsulate.Grunt, nothing in App_Build/grunt.targets seems to work.
From the command line, running grunt clean successfully runs the clean task through grunt.cmd, however the following target does not run the clean task after running clean through Visual Studio.
<Target Name="Grunt-AfterClean" AfterTargets="AfterClean">
<Grunt Tasks="clean" />
</Target>
This is one example - none of my targets appear to work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels