Skip to content

Commit

Permalink
Minor comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Aug 14, 2024
1 parent ae65d4b commit acdbcdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build/run.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ if (code) {
process.exitCode = code;
}

// Stage static files to ./dist/, standardizing to lowercase paths and filenames
// Stage static files, standardizing to lowercase paths and filenames
function stageStaticContent(srcDir, destDir) {
// Define the pattern to match image files (common image extensions)
// Build glob pattern from defined copyFileExts (image, mov, etc. extensions)
const pattern = path.join(srcDir, `**/*.{${CONFIG.build.copyFileExts.join(',')}}`);

// use glob to iterate and print matches
Expand Down

0 comments on commit acdbcdf

Please sign in to comment.