Skip to content

Commit e4305de

Browse files
author
Tortue Torche
committed
Move the vendor/assets sub directory to provider directory.
Because when you deploy your application, Composer will empty the 'vendor' directory out.
1 parent 0928d49 commit e4305de

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

src/Efficiently/JqueryLaravel/JqueryLaravelServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function boot()
2424
$this->package('efficiently/jquery-laravel');
2525

2626
// Add jQuery Laravel assets path to the search paths of Larasset package
27-
$packageAssetsPaths = [$this->packagePath()."/vendor/assets/javascripts"];
27+
$packageAssetsPaths = [$this->packagePath()."/provider/assets/javascripts"];
2828
$this->app->config->set('larasset::paths', array_merge($packageAssetsPaths, $this->app->config->get('larasset::paths', [])));
2929
}
3030

0 commit comments

Comments
 (0)