Skip to content

Visual Studio ignores grunt.targets #4

@munkyjunky

Description

@munkyjunky

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions