Closed alexheb closed 8 years ago
Thanks for reporting the problem. I will try to take a look today or tomorrow. Sorry for the delay, but I was out of the office this past week.
No problem - it's not high priority issue, because the second appearance of eot file could be often removed today -it's backward compatibility for IE 6-8 I think. But above font-face snippet is common pattern.
The error occurs on Lasso 2.5.3., run on Windows. While I embed via require (synchronously or asynchronously) any CSS file which contains font links, i.e. awesome font, following CSS section causes the error:
The reason - there is 'fontawesome-webfont.eot' referenced twice and lasso tries to copy the resource twice as well; two async rename operations are in place
/lasso/lib/writers/file-writer.js line 216
Full stack:
Another simulation is to require Katex (npm install katex) and their css katex\dist\katex.min.css .