Wojciech Wnętrzak
Wojciech Wnętrzak
@oyejorge is there any way to fix this without introducing IE11 support?
still an issue
Looks like this should be released https://rubygems.org/gems/clockwork Can this be closed @tboyko ?
@quoine-doug Can this be closed?
it should be also possible to pass directory as an argument, ie `"build:css": "sass ./app/assets/stylesheets/entrypoints:./app/assets/builds --no-source-map --load-path=node_modules"`, vide https://github.com/rails/propshaft/blob/main/UPGRADING.md#2-migrate-from-sass-rails-to-cssbundling-rails
@thebravoman I had the same issue on 1.3.2. Try running `bundle exec spring binstub --all` - it should regenerate your `bin/spring` file
this doesn't look like spring issue - can you run the same command with `DISABLE_SPRING=1` env variable set?
You can enter "config" path 
is the `ENV['s3-bucket']` available on your worker instance?
you specified this option by ENV variable (`:bucket => ENV['s3-bucket']`) and looks like it's missing, so I would first verify if it's indeed available. It doesn't look like this gem...