Drop the styleguide command in docs pretty sure it doesn't work
This commit is contained in:
parent
d100686c09
commit
11c41f2a38
1 changed files with 2 additions and 7 deletions
|
@ -87,17 +87,12 @@ Provided by default are seven npm scripts that point to Gulp tasks. We run gulp
|
||||||
npm run compress
|
npm run compress
|
||||||
```
|
```
|
||||||
|
|
||||||
5. Build the KSS Style guide.
|
5. Lint Sass and JS files.
|
||||||
```
|
|
||||||
npm run styleguide
|
|
||||||
```
|
|
||||||
|
|
||||||
6. Lint Sass and JS files.
|
|
||||||
```
|
```
|
||||||
npm run lint
|
npm run lint
|
||||||
```
|
```
|
||||||
|
|
||||||
7. Delete compiled Sass, JS and style guide files from the /dist directory.
|
6. Delete compiled Sass, JS and style guide files from the /dist directory.
|
||||||
```
|
```
|
||||||
npm run clean
|
npm run clean
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue