cloudinary / cloudinary/cloudinary_gem

cloudinary:sync_assets with custom static_images_dir doesn't work

オープン
#178 コメント 0 件 リアクション 1 件 担当者 1 名 @cloudinaraz が担当を希望しています GitHub で見る
question
主要言語
Ruby
スター
420
フォーク
285
PR マージ指標
30日以内にマージされた PR はありません

説明

The code that works out if it should use the static hash name looks the file up in the static metadata with
`if type == :asset && @metadata["images/#{source}"]`

my `static_images_dir` is set to `["assets/images/email"]` as I only want email assets to be done by cloudinary.

The creates a meta data file containing paths such as `emails/twitter.png`, so when the meta data is looked for it doesn't find it because its looking for `images/emails/twitter.png`?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。