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.
2 parents aeefd7a + f79186a commit 1f7bba1Copy full SHA for 1f7bba1
src/SkeletonServiceProvider.php
@@ -22,15 +22,15 @@ class SkeletonServiceProvider extends PluginServiceProvider
22
];
23
24
protected array $styles = [
25
- 'plugin-skeleton' => __DIR__ . '/../dist/skeleton.css',
+ 'plugin-skeleton' => __DIR__ . '/../resources/dist/skeleton.css',
26
27
28
protected array $scripts = [
29
- 'plugin-skeleton' => __DIR__ . '/../dist/skeleton.js',
+ 'plugin-skeleton' => __DIR__ . '/../resources/dist/skeleton.js',
30
31
32
// protected array $beforeCoreScripts = [
33
- // 'plugin-skeleton' => __DIR__ . '/../dist/skeleton.js',
+ // 'plugin-skeleton' => __DIR__ . '/../resources/dist/skeleton.js',
34
// ];
35
36
public function configurePackage(Package $package): void
0 commit comments