grunt
grunt copied to clipboard
Compare two directories with files names and return new files
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
There is none built-in. But all Node power is at your disposal to do it.
Start here. Comparing results afterward is trivial.