We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When using the depends option, the file doesn’t get output in the HTML. No issue when I remove the option.
depends
$basePath = Craft::getAlias('@config/diy-widget/'); $baseUrl = Craft::$app->getAssetManager()->getPublishedUrl($basePath, true); Craft::$app->getView()->registerJsFile("{$baseUrl}/countdown.js", [ 'depends' => CpAsset::class ]);
This used to work before 3.0.10
The text was updated successfully, but these errors were encountered:
48a08dc
Just released 3.0.10.2 with a fix for this.
Sorry, something went wrong.
brandonkelly
No branches or pull requests
Description
When using the
depends
option, the file doesn’t get output in the HTML. No issue when I remove the option.This used to work before 3.0.10
Additional info
The text was updated successfully, but these errors were encountered: