Skip to content

Commit

Permalink
Removed symlinking of assets because of Vagrant/Virtualbox issue mitc…
Browse files Browse the repository at this point in the history
…hellh/vagrant/#713
  • Loading branch information
hijarian committed Jan 1, 2014
1 parent ba8c004 commit 887e4b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions backend/config/overrides/base.php
Expand Up @@ -20,9 +20,6 @@
// `bootstrap` path alias was defined in global init script
'class' => 'bootstrap.components.Bootstrap'
],
'assetManager' => [
'linkAssets' => true // WARNING: do not work in Windows!
],
'errorHandler' => array(
// Installing our own error page.
'errorAction' => 'site/error'
Expand Down
3 changes: 0 additions & 3 deletions frontend/config/overrides/base.php
Expand Up @@ -15,9 +15,6 @@
'site' => 'FrontendSiteController'
],
'components' => [
'assetManager' => [
'linkAssets' => true // WARNING: do not work in Windows!
],
'errorHandler' => [
// Installing our own error page.
'errorAction' => 'site/error'
Expand Down

0 comments on commit 887e4b2

Please sign in to comment.