Skip to content

Commit

Permalink
Update path to vendor resources (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
wit3 authored Nov 3, 2021
1 parent dd9beb7 commit 51801f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class DeleteTeam extends ModalComponent
## Building Tailwind CSS for production
To purge the classes used by the package, add the following lines to your purge array in `tailwind.config.js`:
```js
'./vendor/livewire-ui/modal/resources/views/*.blade.php',
'./vendor/wire-elements/modal/resources/views/*.blade.php',
'./storage/framework/views/*.php',
```

Expand All @@ -326,7 +326,7 @@ Because some classes are dynamically build you should add some classes to the pu
module.exports = {
purge: {
content: [
'./vendor/livewire-ui/modal/resources/views/*.blade.php',
'./vendor/wire-elements/modal/resources/views/*.blade.php',
'./storage/framework/views/*.php',
'./resources/views/**/*.blade.php',
],
Expand Down Expand Up @@ -379,7 +379,7 @@ return [
|
| Livewire UI will inject the required Javascript in your blade template.
| If you want to bundle the required Javascript you can set this to false
| and add `require('vendor/livewire-ui/modal/resources/js/modal');`
| and add `require('vendor/wire-elements/modal/resources/js/modal');`
| to your script bundler like webpack.
|
*/
Expand Down Expand Up @@ -424,4 +424,3 @@ WireElements is open-sourced software licensed under the [MIT license](LICENSE.m
<a href="https://observer.dev/"><img src="https://observer.dev/img/twitter-card.jpg" width="500" alt="" /></a>

All your favorite Laravel Horizon features (and a few new ones) are packed into a single desktop application. A must-have productivity booster for every Laravel developer. <a href="https://observer.dev/">Click here to get Observer</a>

2 changes: 1 addition & 1 deletion config/livewire-ui-modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
|
| Livewire UI will inject the required Javascript in your blade template.
| If you want to bundle the required Javascript you can set this to false
| and add `require('vendor/livewire-ui/modal/resources/js/modal');`
| and add `require('vendor/wire-elements/modal/resources/js/modal');`
| to your script bundler like webpack.
|
*/
Expand Down

0 comments on commit 51801f2

Please sign in to comment.