Alexander Greim
Alexander Greim
Hey Tie, The plugin is not compatible with Rails 3 now. But I will do that within the next days.
Not yet. Anyone wants to contribute?
Of course. Can you send me a pull request please?
~Other packages on UnPKG are working fine. It may be an issue with the package itself.~ https://twitter.com/ethansuero_/status/1778708081578279421
Actually Jammit itself can handle multiple stage settings: https://github.com/documentcloud/jammit/blob/master/lib/jammit.rb#L74 Simply wrap stage specific settings using stage name in assets.yml: ``` yaml embed_assets: off compress_assets: on production: s3_bucket: production-assets s3_access_key_id: PRODUCTION...
I use the Markdown notation for URLs. I did not run into issues yet. `[Example](https://example.com/url)` or simply `[https://example.com/url]`
I have receive the same warnings with Ruby 2.7.5. Downgrading to 0.1.1 didn't help, though.