Skip to content

Commit

Permalink
Change the static mention of views cache path to the path on the conf…
Browse files Browse the repository at this point in the history
…iguration file
  • Loading branch information
fabioluciano committed Nov 17, 2014
1 parent 8005fc4 commit 0ff3d4a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ public function register()
$app->view->getEngineResolver()->register(
'blade.php',
function () use ($app) {
$cachePath = $app['path'].'/storage/views';
$cachePath = storage_path() . '/views';
$compiler = new LaravelHtmlMinifyCompiler(
$app->make('config')->get('laravel-html-minify::config'),
$app['files'],
Expand Down

0 comments on commit 0ff3d4a

Please sign in to comment.