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

CSS files included out of order #162

Open
garretwilson opened this issue Sep 3, 2018 · 0 comments
Open

CSS files included out of order #162

garretwilson opened this issue Sep 3, 2018 · 0 comments

Comments

@garretwilson
Copy link

I'm trying to merge CSS files together, and the plugin isn't respecting the order.

<cssSourceIncludes>
  <cssSourceInclude>stuff.min.css</cssSourceInclude>
  <cssSourceInclude>license.css</cssSourceInclude>
  <cssSourceInclude>foo.css</cssSourceInclude>
  <cssSourceInclude>bar.css</cssSourceInclude>
</cssSourceIncludes>
<cssFinalFile>foobar.css</cssFinalFile>

The file license.css gets placed somewhere toward the end of the merged file.

Note that I even have minification turned off!

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

No branches or pull requests

1 participant