Update README
This commit is contained in:
parent
42d0de98c3
commit
8867a73669
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -17,6 +17,19 @@ _This command will look at your `.nvmrc` file and use the version node.js specif
|
||||||
|
|
||||||
_This command looks at `package.json` and installs all the npm dependencies specified in it. Some of the dependencies include grunt and grunt-sass._
|
_This command looks at `package.json` and installs all the npm dependencies specified in it. Some of the dependencies include grunt and grunt-sass._
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
### Compile CSS
|
||||||
|
|
||||||
|
`grunt sass`
|
||||||
|
|
||||||
|
See more available Grunt commands:
|
||||||
|
|
||||||
|
`grunt --help`
|
||||||
|
|
||||||
|
|
||||||
|
## Stuff we're not using
|
||||||
|
|
||||||
### Rebuild the style guide
|
### Rebuild the style guide
|
||||||
|
|
||||||
`grunt kss`
|
`grunt kss`
|
||||||
|
|
Loading…
Reference in a new issue