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

Allow uncritical configuration #66

Open
nachogarcia opened this issue Nov 27, 2020 · 1 comment
Open

Allow uncritical configuration #66

nachogarcia opened this issue Nov 27, 2020 · 1 comment

Comments

@nachogarcia
Copy link

Latest critical version has a target option that allows to save the remaining css (uncritical) to a different file

  target: {
    css: 'critical.css',
    html: 'index-critical.html',
    uncritical: 'uncritical.css',
  },

It would be great if we could use that functionality to be able to use this library to extract critical css without duplicity if we're not inyecting it in HTML.

@bezoerb
Copy link
Owner

bezoerb commented Nov 28, 2020

@nachogarcia: Thanks for reporting this.
I don't have free time to work on this at the moment. If you like you can open a PR for this to speed things up.

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