Open metjunowak opened 8 years ago
On the view I do for ex. {% do assets.collection('js').addJs('js/main.js') %} the addJs function comes from \Phalcon\Assets\Collection instead of The Vegas\Assets\Manager, so preventing from duplication is not working
{% do assets.collection('js').addJs('js/main.js') %}
On the view I do for ex.
{% do assets.collection('js').addJs('js/main.js') %}
the addJs function comes from \Phalcon\Assets\Collection instead of The Vegas\Assets\Manager, so preventing from duplication is not working