Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit dbc9b05

Browse files
committed
rename constants
1 parent 69a6792 commit dbc9b05

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/build.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
require(__DIR__ . '/lib/vendor/autoload.php');
2222

2323
// Set up some quick constants, namely for path awareness.
24-
define('BLOBWP_BUILD_DIR', __DIR__ . '/');
25-
define('BLOBWP_ROOT_DIR', dirname(BLOBWP_BUILD_DIR) . '/');
24+
define('BOB_BUILD_DIR', __DIR__ . '/');
25+
define('BOB_ROOT_DIR', dirname(BOB_BUILD_DIR) . '/');
2626

2727
// Compilation is as easy as calling this method!
2828
domains::compile();

build/lib/dev/domains.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class domains extends \blobfolio\bob\base\build {
3535
const SKIP_PACKAGE = true;
3636

3737
// MaxMind URLs.
38-
const DATA_TEMPLATE = BLOBWP_BUILD_DIR . 'skel/data.template';
38+
const DATA_TEMPLATE = BOB_BUILD_DIR . 'skel/data.template';
3939
const DATA_SOURCE = 'https://publicsuffix.org/list/public_suffix_list.dat';
40-
const DATA_OUT = BLOBWP_ROOT_DIR . 'lib/blobfolio/domain/data.php';
40+
const DATA_OUT = BOB_ROOT_DIR . 'lib/blobfolio/domain/data.php';
4141

4242

4343

0 commit comments

Comments
 (0)