Skip to content

Commit 752f570

Browse files
author
Wangaz
committed
Merge branch 'develop'
2 parents 01a883d + ba9d117 commit 752f570

File tree

160 files changed

+9252
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+9252
-1
lines changed

src/SUIServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ public function boot()
1515
{
1616
// publish Semantic UI
1717
$this->publishes([
18-
__DIR__.'/assets' => public_path('/assets/semantic-ui/css'),
18+
__DIR__.'/assets/semantic-ui' => public_path('/assets/semantic-ui/css'),
19+
__DIR__.'/assets/jquery' => public_path('/assets/semantic-ui/jquery'),
1920
], 'public');
2021
}
2122

0 commit comments

Comments
 (0)