Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 10, 2024
1 parent 73793ab commit ae26f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Bundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public function render()
BundleManager::new()->bundle($js)
);

dd($bundle);

// Render script tag with bundled code
return view('bundle::bundle', [
'bundle' => $bundle
Expand Down
2 changes: 2 additions & 0 deletions src/Exceptions/BundlingFailedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ public function __construct(ProcessResult $result, $script = null)
{
$this->result = $result;

dump(['error output', $result->errorOutput()]);

$failed = $script ?? $result->command();

parent::__construct(
Expand Down

0 comments on commit ae26f11

Please sign in to comment.