diff --git a/build-files/.gitattributes b/build-files/.gitattributes deleted file mode 100644 index 21eba6f..0000000 --- a/build-files/.gitattributes +++ /dev/null @@ -1,13 +0,0 @@ -# Gitattributes for the Capro BUILD repo. - -/capro-logo.png export-ignore -/README.md export-ignore -/.gitignore export-ignore -/.github export-ignore -/.phive export-ignore -/.psalm export-ignore -/tests export-ignore -/phpstan export-ignore -/phpstan.neon export-ignore -/.php-cs-fixer.dist.php export-ignore -/.vscode export-ignore diff --git a/build-files/.gitignore b/build-files/.gitignore deleted file mode 100644 index a6abdd9..0000000 --- a/build-files/.gitignore +++ /dev/null @@ -1 +0,0 @@ -# Gitignore for the Capro BUILD repo. diff --git a/build-files/build_composer.json b/build-files/build_composer.json deleted file mode 100644 index 5c7049a..0000000 --- a/build-files/build_composer.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "xy2z/capro", - "description": "Static site generator", - "type": "library", - "license": "MIT", - "homepage": "https://capro.xy2z.io", - "authors": [ - { - "name": "Alexander Pedersen", - "email": "xy2z@pm.me", - "homepage": "https://xy2z.io", - "role": "Developer" - } - ], - "require": { - "php": "8.*" - }, - "bin": [ - "capro.phar" - ], - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/xy2z" - } - ] -} diff --git a/build-files/capro b/build-files/capro deleted file mode 100644 index f09583b..0000000 --- a/build-files/capro +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env php -hello this is capro/build. -config() test: {{ config('app.test') }}
-config() unknown: {{ config('app.unknown', 'default') }}
-Config::get() test: {{ Config::get('app.test') }}
-Config::get() unknown: {{ Config::get('app.unknown', 'default') }}
-Pages count: {{ Capro::pages()->count() }}
- diff --git a/build/capro.phar b/build/capro.phar deleted file mode 100644 index 353a853..0000000 Binary files a/build/capro.phar and /dev/null differ