Skip to content

Commit f85d978

Browse files
committed
Sync
1 parent 820c39a commit f85d978

29 files changed

+3
-3
lines changed

src/VuetifyPreset.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected static function updatePackageArray(array $packages)
6262
*/
6363
protected static function updateSass()
6464
{
65-
copy(__DIR__.'/vuetify-stubs/resources/assets/sass/app.scss', resource_path('assets/sass/app.scss'));
65+
copy(__DIR__.'/vuetify-stubs/resources/sass/app.scss', resource_path('sass/app.scss'));
6666
}
6767

6868
/**
@@ -73,9 +73,9 @@ protected static function updateSass()
7373
protected static function updateBootstrapping()
7474
{
7575
(new Filesystem)->delete(
76-
resource_path('assets/js')
76+
resource_path('js')
7777
);
78-
(new Filesystem)->copyDirectory(__DIR__.'/vuetify-stubs/resources/assets/js', resource_path('assets/js'));
78+
(new Filesystem)->copyDirectory(__DIR__.'/vuetify-stubs/resources/js', resource_path('js'));
7979

8080
}
8181

0 commit comments

Comments
 (0)