Skip to content

Commit d102898

Browse files
committed
Fresh install improvements
1 parent 05c2c16 commit d102898

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
**/dist
1+
**/dist/*
2+
!**/dist/.gitkeep
23

34
temp
45
.tmp

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Navigate to local folder
2020

2121
### Developing
2222

23+
Checkout submodules with `git submodule --init`
24+
25+
Install dependencies with `npm install`.
26+
2327
To compile a single change, run `grunt build`.
2428

2529
For a grunt watch task and livereload of current Chrome tab, run `grunt debug`.

app/sites/github/dist/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)