-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
Labels
No labels