diff --git a/.gitattributes b/.gitattributes index 926a808..d3b8d1e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -34,3 +34,5 @@ *.mo binary *.pdf binary *.phar binary +*.exe binary +*.bat binary diff --git a/config/app.default.php b/config/app.default.php index 2f2245b..f7d3536 100644 --- a/config/app.default.php +++ b/config/app.default.php @@ -45,9 +45,9 @@ return [ 'wwwRoot' => WWW_ROOT, // 'baseUrl' => env('SCRIPT_NAME'), 'fullBaseUrl' => false, - 'imageBaseUrl' => 'img/', - 'cssBaseUrl' => 'css/', - 'jsBaseUrl' => 'js/', + 'imageBaseUrl' => '/webroot/img/', + 'cssBaseUrl' => '/webroot/css/', + 'jsBaseUrl' => '/webroot/js/', 'paths' => [ 'plugins' => [ROOT . DS . 'plugins' . DS], 'templates' => [APP . 'Template' . DS],