notwaldorf / emoji-selector

✏️✨ A Polymer paper-input-addon element that adds an emoji keyboard inputs
http://meowni.ca/emoji-selector/components/emoji-selector/demo/
MIT License
51 stars 10 forks source link

Add npm support, mostly. #5

Open justinfagnani opened 8 years ago

justinfagnani commented 8 years ago

PR not for merging, at least yet. Just showing the changes needed to use Polymer and elements via npm.

addyosmani commented 8 years ago

Perhaps worth landing in a branch so we can reference?

justinfagnani commented 8 years ago

Can't my fork be used for that?

addyosmani commented 8 years ago

If your fork is staying around then yes :)

justinfagnani commented 8 years ago

My fork's more likely to stick around than a branch. I'm not sure if @notwaldorf is interested in merging this or not so that it can serve as the reference for a while.

notwaldorf commented 8 years ago

I have nothing against merging this, but the description says very clearly I shouldn't :)

justinfagnani commented 8 years ago

Well, I wasn't sure it was ready before, but I'm pretty sure it is now. I'm still playing with some things though, so there's no rush.

robdodson commented 8 years ago

Just started reviewing :)

:octocat: Sent from GH.

(sorry for the automated comment from GH :P)

robdodson commented 8 years ago

Instructions on getting it to run:

npm install
gulp browser_modules
npm install -g polyserve (to make sure you have latest version)
polyserve -c browser_modules -n emoji-selector
open http://localhost:8080/components/emoji-selector/demo/index.html in browser