Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files tech not keep order by levels #156

Closed
blond opened this issue Jun 15, 2015 · 1 comment
Closed

Files tech not keep order by levels #156

blond opened this issue Jun 15, 2015 · 1 comment

Comments

@blond
Copy link
Member

blond commented Jun 15, 2015

Files must be sorted first by levels and then by tech.

See enb/enb-js#5 and enb/enb-stylus#52

Example

?.deps.js

exports.deps = [
    { block: 'block' }
];

In ?.files target will be files in the following order:

level-1/file.ext-1
level-2/file.ext-1
level-1/file.ext-2
level-2/file.ext-2

Expected order:

level-1/file.ext-1
level-1/file.ext-2
level-2/file.ext-1
level-2/file.ext-2
@blond blond added this to the 1.0.5 milestone Jun 15, 2015
@blond blond added the backlog label Jun 15, 2015
@blond
Copy link
Member Author

blond commented Jun 15, 2015

This is due to peculiarities of FileList.getBySuffix()enb/enb#232.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants