Skip to content

Commit

Permalink
Update to Laravel mix v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iulyanp committed Feb 4, 2017
1 parent e51e54c commit caaac94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Twig/MixExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public function getFunctions()
*/
public function mix($asset)
{
$asset = trim($asset, '/');

$manifest = $this->readManifest();

if (!array_key_exists($asset, $manifest)) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"axios": "^0.15.2",
"bootstrap-sass": "^3.3.7",
"jquery": "^3.1.0",
"laravel-mix": "^0.5.0",
"laravel-mix": "^0.6.2",
"lodash": "^4.16.2",
"vue": "^2.0.1"
}
Expand Down

0 comments on commit caaac94

Please sign in to comment.