if i run this task: ``` gulp.task('test', function () { return gulp.src(['./app/**/*.js']).pipe(angularFilesort()).pipe(filelog()); }); ``` i get js files in reverse order. Ie. my app.js is at the last position instead of first. etc.