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 Autoprefixer support #536

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akostadinov
Copy link

This is adding Autoprefixer support which is required for using Bootstrap 4.

I think there is some bug with awestruct because I needed to write the
fix_encoding method. I found out that CSS files with non-ascii characters
seem to be loaded as ASCII_8BIT which later breaks the Autoprefixer execution.

This might be the case only when ExecJS is using Node.js backend. In any case
it would be better to handle this in awestruct core instead of in transformer.

That is because therubyracer backend is not reliable and deadlocks in threaded
environments. Please see sstephenson/execjs#205

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

Successfully merging this pull request may close these issues.

None yet

1 participant