Skip to content

Commit 203b5e9

Browse files
committed
OK apparently debian tree overcounts dirs just like macos
1 parent 47f0082 commit 203b5e9

3 files changed

+3
-3
lines changed

chapter_08_prettification.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ static/
10621062
├── [...]
10631063
└── bootstrap.min.js.map
10641064
1065-
16 directories, 169 files
1065+
17 directories, 169 files
10661066
----
10671067

10681068
`collectstatic` has also picked up all the CSS for the admin site.

chapter_16_javascript.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ src/lists/static/tests
400400
├── jasmine.js
401401
└── jasmine_favicon.png
402402
403-
2 directories, 9 files
403+
3 directories, 9 files
404404
----
405405

406406
We need to go edit the _SpecRunner.html_ file

chapter_CI.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ lists/static/tests/
676676
├── runner.js
677677
└── tests.html
678678
679-
0 directories, 4 files
679+
1 directories, 4 files
680680
----
681681

682682
Let's try it out:

0 commit comments

Comments
 (0)