joypixels / emojify.js

A Javascript module to convert Emoji keywords to images
http://hassankhan.github.io/emojify.js/
MIT License
1.8k stars 241 forks source link

Background-image paths are wrong in sprites dists css files #143

Open ntomka opened 9 years ago

ntomka commented 9 years ago

They are points to ../../images/emojify.png. That should be ../../images/sprites/emojify.png.

In basic mode img_dir also not set well. It should be relative path to the JS file.

I installed the package from bower.

leotm commented 8 years ago

Created a pull request on this #152