Skip to content

Commit

Permalink
Asset rev for production fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bymayo authored Dec 18, 2018
1 parent 9b418b4 commit 8547936
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions config/assetrev.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?php
return array(
'manifestPath' => '../rev-manifest.json',
'assetsBasePath' => '../web/dist/',
'assetUrlPrefix' => getenv('ASSET_URL_PREFIX'),
'*' => array(),
'staging' => array(
'manifestPath' => 'rev-manifest.json',
'assetsBasePath' => '../web/dist/'
),
'production' => array(
'manifestPath' => 'rev-manifest.json',
'assetsBasePath' => '../web/dist/'
)
);

0 comments on commit 8547936

Please sign in to comment.