neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

Support for relative URL? #61

Closed ubiquitous-tom closed 5 years ago

ubiquitous-tom commented 7 years ago

Is there a way to just use

...
'js' => array(
    '//code.jquery.com/jquery-1.12.4.min.js',
    ...
),
...

instead of having to specify either http:// or https://

neilime commented 7 years ago

No there is no way at the moment, maybe you can submit a PR to add this feature

ubiquitous-tom commented 7 years ago

I see.

Awesome plugin and thank you for a quick reply!