Skip to content

Commit

Permalink
Editing
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Nov 29, 2012
1 parent cf468c1 commit 77e1fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Then have them compiled to public on deploy.
config.assets.precompile << "emoji/*.png" config.assets.precompile << "emoji/*.png"
``` ```


**WARNING** Since there are a ton of images, just adding the path may slow other lookups down if you aren't using it. Compiling all the emojis on deploy will add overhead to your deploy if even the images haven't changed. Theres just so many more superfluous to iterate over. Also, the urls will be fingerprinted which many not be ideal for referencing from cached content. **WARNING** Since there are a ton of images, just adding the path may slow down other lookups if you aren't using it. Compiling all the emojis on deploy will add overhead to your deploy if even the images haven't changed. Theres just so many more superfluous files to iterate over. Also, the urls will be fingerprinted which many not be ideal for referencing from cached content.




Example Rails Helper Example Rails Helper
Expand Down

0 comments on commit 77e1fb9

Please sign in to comment.