contentco / quill-emoji

Quill module toolbar extension for emoji
275 stars 165 forks source link

src & dist directory are not sync #139

Open benji07 opened 3 years ago

benji07 commented 3 years ago

I finally upgrade my project to use the last version of your pages, and it appear that the javascript file from the dist directory is not sync with the one inside the src directory.

I was looking at number emoji, inside src i have

{
    "name": "five",
    "unicode": "0035-fe0f-20e3",
    "shortname": ":five:",
    "code_decimal":"5️⃣",
    "category": "s",
    "emoji_order": "2113"
},

but inside dist i do not have the same thing

{
    name:"five",
    unicode:"0035-20e3",
    shortname:":five:",
    code_decimal:"5⃣",
    category:"s",
    emoji_order:"2113"
}

is there any way to upgrade the dist directory ? do i need to send a pull request ?

https://github.com/contentco/quill-emoji/pull/120

benji07 commented 3 years ago

the last run of the publish action failed https://github.com/contentco/quill-emoji/runs/2238305581?check_suite_focus=true

benji07 commented 3 years ago

@himynameistimli any news about this ?

benji07 commented 2 years ago

@himynameistimli it's been 10 month since the dist directory was updated, anything you can do ?

himynameistimli commented 2 years ago

Hey @benji07 thanks for the ping, I just happened to see it this time. Our org doesn't maintain this repo anymore, would you like to be a maintainer?