You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,16 @@
2
2
3
3
This plugin integrates the [Laravel Mix](https://laravel-mix.com/) manifest into [Kirby 3](https://getkirby.com), using the existing `js()` and `css()` helper functions.
4
4
5
+
## Commerical Usage
6
+
7
+
This plugin is free but if you use it in a commercial project please consider to
|`mrfd.mix.manifest`|`mix-manifest.json`| File name including extension of the manifest file. |
70
77
|`mrfd.mix.publicpath`|`assets`| The public path to the assets folder. |
71
78
79
+
## Disclaimer
80
+
81
+
This plugin is provided "as is" with no guarantee. Use it at your own risk and always test it yourself before using it in a production environment. If you find any issues, please [create a new issue](https://github.com/MRFD/kirby-mix/issues/new).
82
+
72
83
## License
73
84
74
-
Kirby Mix is open-sourced software licensed under the MIT license.
85
+
Kirby WebP is open-sourced software licensed under the [MIT](https://opensource.org/licenses/MIT) license.
0 commit comments