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
I am facing a problem in this package, the problem is after minifying files the style is not implemented on any tag
include file link, with this package javascript is also not working.
The text was updated successfully, but these errors were encountered:
\Fahlisaputra\Minify\Middleware\MinifyCss::class,
// Middleware to minify Javascript
\Fahlisaputra\Minify\Middleware\MinifyJavascript::class,
// Middleware to minify Blade
\Fahlisaputra\Minify\Middleware\MinifyHtml::class,
];`
I am including middleware just like above.
After this doing html is minified and js , css is also minified but the problem is JS is not working. I am using Alpine.js
including in blade file as you mention in your code sinppet.
I'm sorry, Minify for Laravel has not been tested directly on several Javascript frameworks such as Alpine.js, Vue, etc. at this time.
As a first solution, you might be able to change the configuration in the auto insert semicolone section, please see the readme file to change the default value.
I am facing a problem in this package, the problem is after minifying files the style is not implemented on any tag
include file link, with this package javascript is also not working.
The text was updated successfully, but these errors were encountered: