And when we tried to manually compile assets from code in production - Rails was trying to fetch that exact string from assets.digest instead of just 'fontawesome/fonts/fontawesome-webfont.eot' - and we were getting AssetNotPrecompiledError
Essentially this PR just changes bower-rails to generate such urls as
Coverage increased (+3.2%) to 90.985% when pulling 98451ad0a7996d3d4b70f1a2fe5cbc6696ee6f3d on Fuseit:fix-css-paths-with-params into 874142c259661c2b3a27da815c64c3eb7f133555 on rharriso:master.
Original problem was with
fontawesome
, withrake bower:resolve
, bower-rails was generating urls likeAnd when we tried to manually compile assets from code in production - Rails was trying to fetch that exact string from
assets.digest
instead of just'fontawesome/fonts/fontawesome-webfont.eot'
- and we were gettingAssetNotPrecompiledError
Essentially this PR just changesbower-rails
to generate such urls as