Skip to content
New issue

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

Manifest contains wrong slashes #8

Open
webberig opened this issue Jul 25, 2013 · 1 comment
Open

Manifest contains wrong slashes #8

webberig opened this issue Jul 25, 2013 · 1 comment
Labels

Comments

@webberig
Copy link

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 /.

@thanpolas
Copy link
Collaborator

ouch, this will have to be fixed on the next overhaul

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants