1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1
2
3
4
5
6
7
8
9
10
|
-
-
+
+
-
-
-
-
+
-
-
|
# Copyright 2019 Joel Dueck
# This file is part of The Local Yarn
# Licensed under the terms of the Blue Oak Model License 1.0.0
# https://blueoakcouncil.org/license/1.0.0
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
# notice and this notice are preserved. This file is offered as-is,
# You may not use this file except in compliance with that license.
# without any warranty.
#
spritz: ## Clear Pollen and Scribble cache
rm -rf compiled code-docs/compiled articles/compiled series/compiled
fossil clean code-docs/
scribble: ## Rebuild code documentation and update Fossil repo
|