rails / execjs

Run JavaScript code from Ruby
MIT License
538 stars 282 forks source link

Execjs Master breaks autoprefixer-rails #85

Closed aleksclark closed 3 years ago

aleksclark commented 5 years ago

See: https://github.com/ai/autoprefixer-rails/issues/160

I've created a minimal repro here: https://github.com/aleksclark/autoprefixer-bug-repro You can run a comparison between last release and master by poking https://github.com/aleksclark/autoprefixer-bug-repro/tree/working

It seems like there might be something wrong with the runner, but IDK.

byroot commented 3 years ago

Argh, I wish this issue was noticed sooner :/

Now that https://github.com/rails/execjs/issues/99 and https://github.com/ai/autoprefixer-rails/issues/203 are active, let's find a solution there.