Skip to content
radleta edited this page Dec 10, 2012 · 1 revision

A major fix to solve for incremental building with source control. It's possible for the source files to be older than the bundle compiled files generated when source control system sets the received files to the date and time they were modified.

The fix was to set the output files from the bundling process to be the same date and time as the most recent file used within the output. This ensures any updates are detected by msbuild and the output files are regenerated correctly.