Open mahnunchik opened 3 years ago
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hexo is dead?
Ping
Currently, it is impossible to run multiple renderers in sequence. Only one renderer can be applied to a type of file at the time.
You can use after_render:css
filter, or find out css files like this:
https://github.com/next-theme/hexo-optimize/blob/53c7f19b9df3812dee6ffabbb534c0f92089b315/lib/filter.js#L73
Check List
Please check followings before submitting a new issue.
hexo version
to check)Question
How to run multiple renderer in sequence?
For example
hexo-renderer-dartsass
to compile.scss
to.css
and thenhexo-renderer-postcss2
to process.css
by autoprefixer and other plugins.Current behaviour: only
hexo-renderer-dartsass
is applied.Environment & Settings
Node.js & npm version