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

fork-awesome.min.css.map #2122

Closed
McLaynV opened this issue Apr 19, 2021 · 1 comment
Closed

fork-awesome.min.css.map #2122

McLaynV opened this issue Apr 19, 2021 · 1 comment
Assignees

Comments

@McLaynV
Copy link

McLaynV commented Apr 19, 2021

This might be related to #1595
In GRAV v1.7.12 Admin Panel v1.10.12 on all pages under /admin, JavaScript console is logging this warning:

DevTools failed to load SourceMap: Could not load content for https://<my-hostname>/user/plugins/admin/themes/grav/css/fork-awesome.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

(I replaced the hostname with "" above)

There is no fork-awesome.min.css.map in my GRAV instalation directory.

# find ./ | grep fork-awesome.min.css.map

# find ./ | grep fork-awesome.min.css
./user/plugins/admin/themes/grav/css/fork-awesome.min.css

# grep -ir fork-awesome.min.css.map ./
./user/plugins/admin/themes/grav/css/fork-awesome.min.css: ......../*# sourceMap pingURL=fork-awesome.min.css.map */

(I replaced the long one-liner with "........" above)

@rhukster
Copy link
Member

It's just a warning that shows up in dev-tools ONLY because there is an SCSS source map referenced in the CSS. Nothing to worry about. just ignore it.

@w00fz w00fz self-assigned this Apr 20, 2021
@w00fz w00fz reopened this Apr 20, 2021
@w00fz w00fz closed this as completed in 9ab6b2a Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants