Closed max-mathieu closed 9 years ago
It looks the issue is not really with toposort. With the same input, I always get the same order back. Though, gulp.src can send files in different orders, so sorting the files before toposort does the trick Also, fixed some minor typos :)
On a different test sets, the trick did not work at all, and actually makes it worse :( Will try to find another way
It looks the issue is not really with toposort. With the same input, I always get the same order back. Though, gulp.src can send files in different orders, so sorting the files before toposort does the trick Also, fixed some minor typos :)