You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during rake assets:precompile
image_url helper generates urls like url('/images/bg/header-bg.png?1309532519')
other helpers like
image_path, assets_path, image_path helpers generates everything as declared
ex: /assets/bg/header-bg-e34a5f7f87e031630061700743210712.png
looks like naming overlaps with compass.
The text was updated successfully, but these errors were encountered:
during rake assets:precompile
image_url helper generates urls like url('/images/bg/header-bg.png?1309532519')
other helpers like
image_path, assets_path, image_path helpers generates everything as declared
ex: /assets/bg/header-bg-e34a5f7f87e031630061700743210712.png
looks like naming overlaps with compass.
The text was updated successfully, but these errors were encountered: