Use a constant for the build directory path

Ref #1352
This commit is contained in:
Ben Word
2015-03-03 14:37:47 -06:00
parent 0c25df7e09
commit a57e07b14a
2 changed files with 8 additions and 4 deletions

View File

@@ -27,6 +27,11 @@ if (!defined('WP_ENV')) {
define('WP_ENV', 'production');
}
if (!defined('DIST_DIR')) {
// Path to the build directory for front-end assets
define('DIST_DIR', '/dist/');
}
/**
* Define which pages shouldn't have the sidebar
*/