We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you run grunt on a Windows machine, the manifest looks as follows:
"/public/assets\fonts\OpenSans-Bold-webfont.ttf": { "mtime": "2013-07-25T11:47:25.000Z", "absPath": "public\assets\fonts\OpenSans-Bold-webfont-76cc6.ttf", "relPath": "/public/assets\fonts\OpenSans-Bold-webfont-76cc6.ttf", "hash": "76cc6be5d8a231dc012fef4bdb86f79c", "gzipHash": "5bc58fe4ae3561506122cec239fa7433" },
A backslash is never used in a URL, so you might want to replace \ with /.
The text was updated successfully, but these errors were encountered:
ouch, this will have to be fixed on the next overhaul
Sorry, something went wrong.
No branches or pull requests
When you run grunt on a Windows machine, the manifest looks as follows:
A backslash is never used in a URL, so you might want to replace \ with /.
The text was updated successfully, but these errors were encountered: