Merge pull request #1 from jpellissari/correct-path-to-css
Correct path to css
This commit is contained in:
commit
02d337e071
2 changed files with 5 additions and 3 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -34,3 +34,5 @@
|
|||
*.mo binary
|
||||
*.pdf binary
|
||||
*.phar binary
|
||||
*.exe binary
|
||||
*.bat binary
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue