-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto complete of assetic custom assets #353
Comments
👍 |
compiled inside appDevDebugProjectContainer.xml <service id="assetic.asset_manager" class="Assetic\Factory\LazyAssetManager"> <call method="addResource">
<argument type="service">
<service class="Symfony\Bundle\AsseticBundle\Factory\Resource\ConfigurationResource" public="false">
<tag name="assetic.formula_resource" loader="config"/>
<argument type="collection">
<argument key="jquery_js" type="collection">
<argument type="collection">
<argument>.../Resources/bower/jquery/dist/jquery.js</argument>
</argument>
<argument type="collection"/>
<argument type="collection"/>
</argument>
</argument>
</service>
</argument>
<argument>config</argument>
</call> |
Unclear from your latest comment but does this now work? I'm the crazy-type that hates when things are shown as missing when they aren't. Ha! Thank you for all your awesome work on this plugin! Edit: I am using plugin version 0.11.83 and the assets defined in config.yml still come up as missing. |
no, there is no commit reference. but i will implement this tomorrow. |
No rush, my friend. I appreciate the quick response! I'll stay tuned if you need a test-bunny. |
When providing custom assetic files like so:
It does not auto complete nor is the file clickable when including in twig:
It would be nice to be able to autocomplete and make it clickable.
The text was updated successfully, but these errors were encountered: