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 of entities #129

Closed
blond opened this issue Apr 17, 2015 · 0 comments · Fixed by #130
Closed

Files tech not keep order of entities #129

blond opened this issue Apr 17, 2015 · 0 comments · Fixed by #130
Assignees
Labels
Milestone

Comments

@blond
Copy link
Member

blond commented Apr 17, 2015

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

Example

?.deps.js

exports.deps = [
    { block: 'block-1' },
    { block: 'block-2' }
];

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

file-1.ext-1
file-2.ext-1
file-1.ext-2
file-2.ext-2

Expected order:

file-1.ext-1
file-1.ext-2
file-2.ext-1
file-2.ext-2
@blond blond changed the title Files tech not keep order of dependencies Files tech not keep order of entities Apr 19, 2015
@blond blond removed the help wanted label Apr 19, 2015
@blond blond added this to the 1.0.5 milestone Apr 21, 2015
@blond blond self-assigned this Apr 21, 2015
@blond blond modified the milestones: 1.0.5, 2.0 Jul 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant