File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,25 +36,25 @@ Site structure is as follows:
36
36
37
37
### rake dev
38
38
```
39
- jekyll serve --watch
39
+ jekyll serve --watch
40
40
```
41
41
Use this to start the jekyll server. It will auto generate a new site at _ site every time you save a file.
42
42
43
43
### rake sass
44
44
```
45
- sass --watch _sass:css
45
+ sass --watch _sass:css
46
46
```
47
47
48
48
Run this to start the sass autocompiler. Outputs to /nkd/css/i.css.
49
49
50
50
### rake minify
51
51
```
52
- sass --watch _sass:css --style compressed
52
+ sass --watch _sass:css --style compressed
53
53
```
54
54
55
55
### rake clean
56
56
```
57
- rm -rf _site
57
+ rm -rf _site
58
58
```
59
59
60
60
Run this to delete the _ site directory. Use if you don't want to keep generated site locally unless actively developing.
You can’t perform that action at this time.
0 commit comments