Hello
Currently my autoprefixer task (im using grunt) takes in input "main.temp.css" which is generated by sass...and outputs "main.css" and "main.css.map" the issue is that since the sourcemap references "main.temp.css" it is useless because the filename is different from what devtools expects.
Is there any way i can change this behaviour? I've tried using the map options but with no luck.
Hello Currently my autoprefixer task (im using grunt) takes in input "main.temp.css" which is generated by sass...and outputs "main.css" and "main.css.map" the issue is that since the sourcemap references "main.temp.css" it is useless because the filename is different from what devtools expects.
Is there any way i can change this behaviour? I've tried using the map options but with no luck.