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
Your library is availabel on CDNJS (see https://cdnjs.com/libraries/jquery-ajaxQueue), but it seems that the source map, included in the published files are wrong. In the distribution file https://github.com/gnarf/jquery-ajaxQueue/blob/master/dist/jquery.ajaxQueue.min.js the map points to "//@ sourceMappingURL=dist/jquery.ajaxQueue.min.map" but it should rather point to "//@ sourceMappingURL=jquery.ajaxQueue.min.map". Would it be possible to fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your library is availabel on CDNJS (see https://cdnjs.com/libraries/jquery-ajaxQueue), but it seems that the source map, included in the published files are wrong. In the distribution file https://github.com/gnarf/jquery-ajaxQueue/blob/master/dist/jquery.ajaxQueue.min.js the map points to "//@ sourceMappingURL=dist/jquery.ajaxQueue.min.map" but it should rather point to "//@ sourceMappingURL=jquery.ajaxQueue.min.map".
Would it be possible to fix it?
The text was updated successfully, but these errors were encountered: