joypixels/emojify.js

Background-image paths are wrong in sprites dists css files

ntomka opened this issue · 1 comments

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

Created a pull request on this #152