Skip to content
This repository was archived by the owner on Oct 3, 2018. It is now read-only.

Accurate emoticon translations #167

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
npm-debug.log
vendor
tests.browserified.js

Expand Down
11 changes: 5 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ This project follows [Git-Flow](http://nvie.com/posts/a-successful-git-branching
## Prerequisites

1. Install the appropriate [EditorConfig](http://editorconfig.org) plugin for your IDE/editor. This helps keep the code style consistent.
2. Install [PhantomJS](http://phantomjs.org). Make sure it's on your path / available when calling `phantomjs` from the command line.
2. `npm install -g gulp`
3. `npm install`

## Running the tests
Expand All @@ -20,7 +18,8 @@ This project follows [Git-Flow](http://nvie.com/posts/a-successful-git-branching

Make sure you do the following:

- Run `gulp`
- *If using Node 4*, `css-sprite` is deprecated and has a dependency `lwip` which doesn't build on Node 4. So you will need to `npm install css-sprite --ignore-scripts`, go into `./node_modules/css-sprite/package.json` to `[email protected]` and `npm install` on the main project again. See https://github.com/aslansky/css-sprite/issues/73
- Run `npm run build`

Note: The build script will generate new `*.min.{css,js}` files. If, for example, you only changed the JavaScript then don't bother committing `emojify.min.css`.

Expand All @@ -34,7 +33,7 @@ git log --pretty=format:"- %s" >> log.md

If you have rights to publish to npm, do the following first:

- Run `gulp update`. This will update the project with the latest emoji from [emoji-cheat-sheet.com](http://www.emoji-cheat-sheet.com).
- Run `gulp`
- Run `gulp bump`
- Run `npm run task-update`. This will update the project with the latest emoji from [emoji-cheat-sheet.com](http://www.emoji-cheat-sheet.com).
- Run `npm run build`
- Run `npm run task-bump`
- Run `npm publish`
272 changes: 136 additions & 136 deletions dist/css/data-uri/emojify.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/data-uri/emojify.min.css

Large diffs are not rendered by default.

Loading