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 #40

Closed
blutorange opened this issue Oct 14, 2018 · 1 comment
Closed

CSS files included out of order #40

blutorange opened this issue Oct 14, 2018 · 1 comment

Comments

@blutorange
Copy link
Owner

Issue by garretwilson
Monday Sep 03, 2018 at 17:21 GMT
Originally opened as samaxes#162


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!

@blutorange
Copy link
Owner Author

Order for JS files is now respected. CSS is out-of-scope now.

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