Skip to content

Enable "Incremental Builds" #33

@carlin-q-scott

Description

@carlin-q-scott

Supposedly MSBuild can intelligently run build targets if they specify an "Inputs" and "Outputs" parameter. What it will try to do is compare timestamps of the input files to the output files and if the input files are newer it will run the target. See Incremental Builds for more details.

I tried implementing this in my own grunt and npm build targets but it wasn't working so I gave up but maybe someone else can figure it out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions