diff --git a/compile.bat b/compile.bat deleted file mode 100644 index 1f8221e82..000000000 --- a/compile.bat +++ /dev/null @@ -1,2 +0,0 @@ -rmdir out /s /q -docpad generate --env static \ No newline at end of file diff --git a/compile.sh b/compile.sh deleted file mode 100644 index 64638a513..000000000 --- a/compile.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -rm -rf out -docpad generate --env static -#cp -r src/documents/documentation/documentation/images out/documentation \ No newline at end of file diff --git a/install.bat b/install.bat deleted file mode 100644 index 7a44e269f..000000000 --- a/install.bat +++ /dev/null @@ -1,2 +0,0 @@ -npm install -npm install imagemagick \ No newline at end of file diff --git a/run.bat b/run.bat deleted file mode 100644 index efad08509..000000000 --- a/run.bat +++ /dev/null @@ -1,2 +0,0 @@ -rmdir out /s /q -docpad run \ No newline at end of file diff --git a/run.sh b/run.sh deleted file mode 100644 index 3061c41e1..000000000 --- a/run.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -rm -rf ./out -docpad generate --env static \ No newline at end of file