Gulp – copy and rename a file
I’m not 100% certain what you mean by copy and rename … in place But, based on your current code, if you simply wish to: Watch all .js files in the parent directory and Copy them to the cwd (current working directory) and Name all copies, regardless of source file, the same thing Then you … Read more