Remove DIST_DIR constant

This commit is contained in:
Ben Word
2015-10-10 22:33:44 -05:00
parent e1e252472a
commit da51434648
2 changed files with 2 additions and 10 deletions

View File

@@ -13,14 +13,6 @@ add_theme_support('soil-relative-urls'); // Enable relative URLs from Soil
add_theme_support('soil-nice-search'); // Enable nice search from Soil
add_theme_support('soil-jquery-cdn'); // Enable to load jQuery from the Google CDN
/**
* Configuration values
*/
if (!defined('DIST_DIR')) {
// Path to the build directory for front-end assets
define('DIST_DIR', '/dist/');
}
/**
* Theme setup
*/