We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run production
1 parent 8051e3f commit ac1fb84Copy full SHA for ac1fb84
resources/js/app.js
src/StislaPreset.php
@@ -44,6 +44,7 @@ protected static function updatePackageArray(array $packages)
44
{
45
return [
46
'@fortawesome/fontawesome-free' => '^5.10.2',
47
+ 'popper.js' => '^1.14',
48
'moment' => '^2.24',
49
'bootstrap' => '^4.3.1',
50
'jquery' => '^3.4',
@@ -71,8 +72,6 @@ protected static function updateAssets()
71
72
*/
73
protected static function updateScripts()
74
- (new Filesystem)->deleteDirectory(resource_path('js'));
75
-
76
static::copyDirectory(static::RESOURCE_PATH.'js', resource_path('js'));
77
}
78
0 commit comments