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
I'm running into a strange bug where assets aren't rewritten properly when using the default container name. For example, if I don't set containerName or set containerName to the default emberdeploy value, when asset paths in css files are rewritten, I see the following:
url(undefinedemberdeploy/assets/fonts/font.eot);
However, if I change containerName to something other than emberdeploy, the assets are rewritten properly. I looked through the source, but am unable to find where this might be occurring.
I'm running all the latest versions and don't recall running into this issue before. The one thing I'm curious about is whether this is a result of an updated version of Ember CLI/broccoli-asset-rev. I'm currently running Ember CLI 2.4.3.
Thanks,
James
The text was updated successfully, but these errors were encountered:
Hi,
I'm running into a strange bug where assets aren't rewritten properly when using the default container name. For example, if I don't set
containerName
or setcontainerName
to the defaultemberdeploy
value, when asset paths in css files are rewritten, I see the following:However, if I change
containerName
to something other thanemberdeploy
, the assets are rewritten properly. I looked through the source, but am unable to find where this might be occurring.I'm running all the latest versions and don't recall running into this issue before. The one thing I'm curious about is whether this is a result of an updated version of Ember CLI/broccoli-asset-rev. I'm currently running Ember CLI 2.4.3.
Thanks,
James
The text was updated successfully, but these errors were encountered: