Skip to content

Commit 2e46d8f

Browse files
authored
Add build paragraph
1 parent 1be694c commit 2e46d8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,16 @@ or by `.on()` & `.off()` methods:
275275
// unset eventHandler1
276276
el[0].emojioneArea.off("click", eventHandler1);
277277
```
278+
## Building
279+
280+
For making changes and build project (scss/js):
281+
```
282+
npm update
283+
node node_modules/grunt-cli/bin/grunt
284+
```
285+
286+
PRs welcome.
287+
278288

279289
## Requirements
280290

0 commit comments

Comments
 (0)