papercups-io / wordpress-plugin

The Wordpress plugin for our chat widget
GNU General Public License v2.0
5 stars 3 forks source link

Setup the WP plugin boilerplate #2

Open ZmagoD opened 4 years ago

ZmagoD commented 4 years ago

https://wppb.me/

@reichert621 any idea for plugin name?

reichert621 commented 4 years ago

hmm maybe something like "Papercups Live Chat" -- what do you think?

carterax commented 4 years ago

@ZmagoD Do you intend wiring the boilerplate to use gulp for asset management?

reichert621 commented 4 years ago

is gulp better than webpack for this kinda thing?

ZmagoD commented 4 years ago

I intend to use https://wppb.me/ to build the boilerplate. Not sure about glup because we just need to initialise the widget 🤷‍♂️

carterax commented 4 years ago

Gulp for backend and to serve as a base for further improvement, but i agree Gulp can wait seeing as there's no API yet

ZmagoD commented 4 years ago

Let's try to keep is as simple as possible for now

ZmagoD commented 4 years ago

@reichert621 looks like you will have to pull and push the first commit from my repo https://github.com/ZmagoD/wordpress-plugin

looks like I don't have privileges to do this

reichert621 commented 4 years ago

@ZmagoD is it giving you an error? it looks like maybe the issue is that there's no shared commit history between our repos (looks like my initial commit isn't included in your commit history) -- is there a way to rebase your branch on top of mine?