File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,20 +67,20 @@ protected static function updateWebpackConfiguration()
6767 */
6868 protected static function updateBootstrapping ()
6969 {
70- copy (__DIR__ .'/stubs/app.scss ' , resource_path ('assets/ sass/app.scss ' ));
70+ copy (__DIR__ .'/stubs/app.scss ' , resource_path ('sass/app.scss ' ));
7171
7272 tap (new Filesystem , function ($ filesystem ) {
7373 $ filesystem ->delete (resource_path ('assets/sass/_variables.scss ' ));
7474
7575 $ bootstrapJs = str_replace (
7676 "require('bootstrap'); " ,
7777 "window.UIkit = require('uikit'); " ,
78- $ filesystem ->get (resource_path ('assets/ js/bootstrap.js ' ))
78+ $ filesystem ->get (resource_path ('js/bootstrap.js ' ))
7979 );
8080
8181 $ bootstrapJs = str_replace ("window.Popper = require('popper.js').default; " , '' , $ bootstrapJs );
8282
83- $ filesystem ->put (resource_path ('assets/ js/bootstrap.js ' ), $ bootstrapJs );
83+ $ filesystem ->put (resource_path ('js/bootstrap.js ' ), $ bootstrapJs );
8484 });
8585 }
8686
You can’t perform that action at this time.
0 commit comments