From 8bb8d2c2cbdf2bea20c64184279adc096e6ffe1e Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Mon, 3 Jul 2017 22:41:53 +0100 Subject: [PATCH] removed test file properly --- docs/patterns/code/test/index.html | 211 ----------------------------- package.json | 2 +- 2 files changed, 1 insertion(+), 212 deletions(-) delete mode 100644 docs/patterns/code/test/index.html diff --git a/docs/patterns/code/test/index.html b/docs/patterns/code/test/index.html deleted file mode 100644 index 68ef3aa..0000000 --- a/docs/patterns/code/test/index.html +++ /dev/null @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - Test | Infusion - - - - - skip to content - - - - - - - - - W3C - SVG - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - -
- - - - - - diff --git a/package.json b/package.json index 960130c..12d253f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "serve": "hugo server", "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md", - "build": "hugo && git add -A" + "build": "rm -rfv docs/* && hugo && git add -A" }, "pre-commit": [ "build"