We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c3c8d commit 7ffd5f9Copy full SHA for 7ffd5f9
scripts/copy-readme.js
@@ -38,6 +38,8 @@ try {
38
console.warn('⚠️ WARNING: Did you edit the README.md copy under `assets`?');
39
console.warn('The assets readme gets overwritten during the build process.');
40
console.warn('Edit the main README.md in root folder to avoid losing changes.');
41
+ console.warn(` - Root README modified: ${sourceStats.mtime.toISOString()}`);
42
+ console.warn(` - Assets README modified: ${targetStats.mtime.toISOString()}`);
43
console.warn('===============================================================');
44
fs.copyFileSync(targetFile, targetFile + '.bak');
45
console.warn('Made you a backup, though: ' + targetFile + '.bak');
0 commit comments