Answer the question
In order to leave comments, you need to log in
How to make images from the url next to the resulting file when building SCSS?
For example, the original style
src.scss
.test {
background: url('some/some/path/to/image/file.jpg');
}
build.css
result
.test {
background: url('md5_from_file_content.jpg');
}
and there should be a file next to it:
md5_from_file_content.jpg
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question