Symfony 2.3 assets_version not showing with assetic but showing with assets -
I would like to use parameter assets_version for my CSS and JS files I {{property (bla / bla / file.css )}}, But when I do not use acetic, it works well with them.
In this latter case, assets_version is not yet displayed.
I made the command php ap / console the special one: dump, but it still does not appear ...
If someone can help me on this.
Thanks
Actually my problem was that I did not use the function property was doing.
I did this:
{% stylesheets 'bundle / webpage / css / fun common css "bundle / webpage / css / fun mobile css filter ='? Yui_css '%}' & lt; Link relay = stylesheet href = '{{asset_url}}' & gt; {% Existing Stylesheets%}
Instead:
{% Stylesheets bundle / webpage / css / fashion comon css "bundle / webpage / css / funMobile .css filter = '? Yui_css '%}' & lt; Link rel = stylesheet href = '{{asset (asset_url)}}' & gt; {% Stylesheets%}
Comments
Post a Comment