Skip to content

Commit c981ce7

Browse files
author
mrmrs
committed
What the fuck white-space.
1 parent bfd8fb2 commit c981ce7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@ Site structure is as follows:
3636

3737
### rake dev
3838
```
39-
jekyll serve --watch
39+
jekyll serve --watch
4040
```
4141
Use this to start the jekyll server. It will auto generate a new site at _site every time you save a file.
4242

4343
### rake sass
4444
```
45-
sass --watch _sass:css
45+
sass --watch _sass:css
4646
```
4747

4848
Run this to start the sass autocompiler. Outputs to /nkd/css/i.css.
4949

5050
### rake minify
5151
```
52-
sass --watch _sass:css --style compressed
52+
sass --watch _sass:css --style compressed
5353
```
5454

5555
### rake clean
5656
```
57-
rm -rf _site
57+
rm -rf _site
5858
```
5959

6060
Run this to delete the _site directory. Use if you don't want to keep generated site locally unless actively developing.

0 commit comments

Comments
 (0)