Skip to content

All files are in reverse order #44

@cluka

Description

@cluka

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions