grunt icon indicating copy to clipboard operation
grunt copied to clipboard

Compare two directories with files names and return new files

Open sirisha96 opened this issue 7 years ago • 1 comments

Is there any way in angular or through grunt to compare two directories of files with file names and return/write new file names to a text or json file

sirisha96 avatar Jun 06 '18 17:06 sirisha96

There is none built-in. But all Node power is at your disposal to do it.

Start here. Comparing results afterward is trivial.

ArmorDarks avatar Jun 06 '18 20:06 ArmorDarks