Skip to content

Commit

Permalink
Remove the copy of the echo.js file, which was removed
Browse files Browse the repository at this point in the history
tonysm committed May 31, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1917359 commit bf07f6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Commands/TurboInstallCommand.php
Original file line number Diff line number Diff line change
@@ -65,7 +65,6 @@ public function handle()
);

copy(__DIR__ . '/../../stubs/resources/js/bootstrap.js', resource_path('js/bootstrap.js'));
copy(__DIR__ . '/../../stubs/resources/js/echo.js', resource_path('js/echo.js'));
copy(__DIR__ . '/../../stubs/resources/js/elements/turbo-echo-stream-tag.js', resource_path('js/elements/turbo-echo-stream-tag.js'));

if ($this->option('stimulus')) {

0 comments on commit bf07f6e

Please sign in to comment.