Updated README.md and gitignore
This commit is contained in:
parent
686a40b127
commit
42ee3701ad
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
*.css
|
||||
completer.hist
|
||||
main.js
|
||||
node_modules/
|
||||
.hhconfig
|
||||
|
|
|
@ -18,6 +18,9 @@ Make sure you have gulp installed on your system and run
|
|||
|
||||
```
|
||||
gulp sass
|
||||
```
|
||||
|
||||
```
|
||||
gulp coffee
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue