CDN plugin: Exclude files from template

I’ve installed the CDN plugin and want to use it with KeyCDN. In the template (Agency theme) I’ve added a cookie bar with the following code:

{% do assets.addJs('//cdn.jsdelivr.net/cookie-bar/1/cookiebar-latest.min.js') %}

I want this js file to be excluded from being processed, how would I do that? I read the documentation and it said to add ?nocdn or .nocdn.

Both

{% do assets.addJs('//cdn.jsdelivr.net/cookie-bar/1/cookiebar-latest.min.js?nocdn') %}
{% do assets.addJs('//cdn.jsdelivr.net/cookie-bar/1/cookiebar-latest.min.js').nocdn %}

didn’t work.

What am I missing?

Please create an issue here: https://github.com/getgrav/grav-plugin-cdn/issues

I think that we need to add some more flexible ‘ignore’ functionality.

Done, thanks a lot.