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
There is an issue when i try to add jquery file.
Example:
layout.ect
<script src="/js/assets/jquery-1.9.1.min.js"></script>
and in my console is see:
GET /js/assets/jquery.min.map 404 39ms - 56b
in jquery-1.9.1.min.js file there is a declaration on line 2: //@ sourceMappingURL=jquery.min.map
//@ sourceMappingURL=jquery.min.map
With Jade template engine i didnt get any 404 errors. How it come? Do i miss something?
The text was updated successfully, but these errors were encountered:
Do you actually have jquery.min.map file? It seems like you don't.
jquery.min.map
Sorry, something went wrong.
ECT doesn't affect the code outside of the control tags. By this request browser trying to load source map file for jquery minified script.
Ok thanks.
Just removed this line.
No branches or pull requests
There is an issue when i try to add jquery file.
Example:
layout.ect
and in my console is see:
in jquery-1.9.1.min.js file there is a declaration on line 2:
//@ sourceMappingURL=jquery.min.map
With Jade template engine i didnt get any 404 errors.
How it come? Do i miss something?
The text was updated successfully, but these errors were encountered: