1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jake Howard a8f59d9f31 added more commands and implemented build dir for minify 2015-08-20 12:41:07 +01:00
chrome Added build script for chrome manifest 2015-08-20 11:51:20 +01:00
firefox Created script for building firefox package file 2015-08-20 11:37:37 +01:00
src Moved logic to use new file structure 2015-08-20 11:17:37 +01:00
.gitignore Added output extensions 2015-08-20 12:40:39 +01:00
README.md Move from bash to npm 2015-08-19 19:15:14 +01:00
package.json added more commands and implemented build dir for minify 2015-08-20 12:41:07 +01:00

README.md

Hipchat Emoticons for all!

Building for yourself

Whilst I recommend that you use the plugins that are on the add-on stores of the respective browsers, building the apps yourself is perfectly possible. I build the apps on ubuntu, so have made sure that the build scripts work for me, use on other platforms may vary.

Commands:

npm clean
npm install
npm run build
npm run build-extensions

To-Do

  • Create chrome version
  • Create script to copy files from common to platform directories
  • Add other sites support (currently facebook messages popup only)
Disclaimer:

As you can tell, the quality of the code isnt perfect, or to a particular standard. Once the plugin works properly to a basic level, I will install some linting software to make the code look nicer, and possibly run smoother too.