Closed hakkanicko closed 8 years ago
If you generate your HTML on Windows, your {{asset 'path'}} can be a little messy, mixing slashes and backslashes, like ..\..\assets/path.
{{asset 'path'}}
..\..\assets/path
It's just a naive correction. Make sure it suits you.
If you generate your HTML on Windows, your
{{asset 'path'}}
can be a little messy, mixing slashes and backslashes, like..\..\assets/path
.It's just a naive correction. Make sure it suits you.