You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
String.replace returns a new string and hence the above line is effectively a NOOP
Furthermore the replace function is returning -- attribute+':url('+url+')'; -- irrespective of options.production.
The same issue will affect the font etc. too
The text was updated successfully, but these errors were encountered:
On
https://github.com/niftylettuce/express-cdn/blob/master/lib/main.js#L188
String.replace returns a new string and hence the above line is effectively a NOOP
Furthermore the replace function is returning -- attribute+':url('+url+')'; -- irrespective of options.production.
The same issue will affect the font etc. too
The text was updated successfully, but these errors were encountered: