Merge branch 'master' of github.com:RealOrangeOne/hipchat-emoticons-for-all
This commit is contained in:
commit
b060d85365
1 changed files with 5 additions and 3 deletions
|
@ -5,7 +5,6 @@ Whilst I recommend that you use the plugins that are on the add-on stores of the
|
|||
### Build Commands ###
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
npm run build-chrome
|
||||
npm run build-firefox
|
||||
npm run build-extensions (firefox and chrome)
|
||||
|
@ -13,7 +12,10 @@ Whilst I recommend that you use the plugins that are on the add-on stores of the
|
|||
### Modification ###
|
||||
If you want to modify the code in any way, you must run `npm run develop`. This build all the code, but doesnt delete any files you may have modified as `npm run build` does.
|
||||
|
||||
## Disclaimer: ##
|
||||
## 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.
|
||||
|
||||
All the time the app has a version of '0.0.0', the extensions are considered to be unstable and unlikely to work properly if at all.
|
||||
All the time the app has a version of `0.0.0`, the extensions are considered to be unstable and unlikely to work properly if at all.
|
||||
|
||||
## More Info ##
|
||||
More information can be found in the [Wiki](https://github.com/RealOrangeOne/hipchat-emoticons-for-all/wiki)
|
||||
|
|
Reference in a new issue