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
This line is causing issue if i pass version in source.
Is there anyway to add versioning to asstes in Facuz.
Is there anyway i can achive versioning like below.
$asset->themePath()->add([
['style', 'css/style.css?v=6666666'],
['script', 'js/script.js?v=888888']
]);
The text was updated successfully, but these errors were encountered:
IN AssetContainer.php
$type = (pathinfo($source, PATHINFO_EXTENSION) == 'css') ? 'style' : 'script';
This line is causing issue if i pass version in source.
Is there anyway to add versioning to asstes in Facuz.
Is there anyway i can achive versioning like below.
$asset->themePath()->add([
['style', 'css/style.css?v=6666666'],
['script', 'js/script.js?v=888888']
]);
The text was updated successfully, but these errors were encountered: