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 3948a55 commit 8b0394aCopy full SHA for 8b0394a
index.js
@@ -72,8 +72,7 @@ function create() {
72
// Loop over the files array inorder to rename and replace
73
// the placeholder text in each one.
74
files.forEach((file) => {
75
- // set up individual file paths and perform file name
76
- // replacements to prepare dest file path.
+ // set up individual file paths and perform file name replacements.
77
const fileSrcDir = path.dirname(file);
78
const fileSrcName = path.basename(file);
79
const fileDestName = fileSrcName
0 commit comments