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 trying to rewriteUrls font urls so that they match what is copied over by copy. In 0.10.x, both the rewriteUrl and the copied directory names are normalized. In 0.12.x, files are copyed such that the top level directories are set as conf.name rather than normalized, while rewriteUrls still rewrites urls such that they are normalized.
Is this by design (I don't see why), or something that needs to be fixed?
edit: What I mean is that with rewriteUrls, I get /aaronz8-font-awesome/fonts/fontawesome-webfont.svg whereas copy will put it in /Font-Awesome/fonts/fontawesome-webfont.svg
The text was updated successfully, but these errors were encountered:
azhang
pushed a commit
to azhang/builder.js
that referenced
this issue
Feb 19, 2014
I'm trying to
rewriteUrls
font urls so that they match what is copied over bycopy
. In 0.10.x, both the rewriteUrl and the copied directory names are normalized. In 0.12.x, files arecopy
ed such that the top level directories are set asconf.name
rather than normalized, whilerewriteUrls
still rewrites urls such that they are normalized.Is this by design (I don't see why), or something that needs to be fixed?
edit: What I mean is that with
rewriteUrls
, I get/aaronz8-font-awesome/fonts/fontawesome-webfont.svg
whereascopy
will put it in/Font-Awesome/fonts/fontawesome-webfont.svg
The text was updated successfully, but these errors were encountered: