Merge pull request #1 from jpellissari/correct-path-to-css

Correct path to css
This commit is contained in:
João Henrique Moretti Pellissari 2017-10-17 13:21:07 -02:00 committed by GitHub
commit 02d337e071
2 changed files with 5 additions and 3 deletions

2
.gitattributes vendored
View file

@ -34,3 +34,5 @@
*.mo binary
*.pdf binary
*.phar binary
*.exe binary
*.bat binary

View file

@ -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],