diff --git a/Twig/MixExtension.php b/Twig/MixExtension.php index f7d23ab..d3b71d1 100644 --- a/Twig/MixExtension.php +++ b/Twig/MixExtension.php @@ -41,8 +41,6 @@ public function getFunctions() */ public function mix($asset) { - $asset = trim($asset, '/'); - $manifest = $this->readManifest(); if (!array_key_exists($asset, $manifest)) { diff --git a/package.json b/package.json index d8e7a29..50d5c1d 100644 --- a/package.json +++ b/package.json @@ -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" }