-
-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CSS url with spaces not escaped in output #410
Comments
Is there any workaround besides removing spaces from filenames? |
That or not using |
@stevestock @romanzoller Sry I will take a look into that soon meanwhile avoid |
/cc @michael-ciniawsky can we close this issue? |
@evilebottnawi yep 😛 |
Hello, I am still having this issue. In angular 4 application, when built in production mode, quotation mark is kept if there are two spaces in the path but with one space, quotation mark is removed . For example,
after
Am I missing something here? |
@RRmallaP which version |
@evilebottnawi Its version 0.28.7 |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
For input:
the output in combination with file loader
name: '[name].[ext]'
is:(note that
""
are missing)If the current behavior is a bug, please provide the steps to reproduce.
See /~https://github.com/romanzoller/css-loader-url for complete example.
What is the expected behavior?
Output should be:
and/or space should be escaped in another way.
See CSS spec:
and
Please mention other relevant information such as your webpack version, Node.js version and Operating System.
package.json
:The text was updated successfully, but these errors were encountered: