Skip to content

Commit 84be4ae

Browse files
committed
Added fonts dir
1 parent 6c4fb2d commit 84be4ae

File tree

6 files changed

+397
-5
lines changed

6 files changed

+397
-5
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
.idea/
2-
vendor/
3-
node_modules/
2+
/vendor/
3+
/node_modules/
44
.DS_Store
55
.composer.lock
66
composer.lock
77
.phpunit.result.cache
88

9-
10-
!src/public/vendor
5.66 KB
Binary file not shown.

fonts/vendor/grapesjs/dist/main-fonts.svg

Lines changed: 394 additions & 0 deletions
Loading
5.5 KB
Binary file not shown.
2.64 KB
Binary file not shown.

src/GrapesjsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function publishFiles()
6565

6666
$this->publishes([
6767
__DIR__.'/public' => public_path(),
68-
// __DIR__.'/../fonts' => public_path('fonts'),
68+
__DIR__.'/../fonts' => public_path('fonts'),
6969
], 'public');
7070

7171
$this->publishes([

0 commit comments

Comments
 (0)