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 my source code is in a path with spaces, e.g. "Source Code", this task fails with the following output:
Running "concat_sourcemap:scripts" (concat_sourcemap) task [D] Task source: /.../node_modules/grunt-concat-sourcemap/tasks/concat_sourcemap.js Warning: Unable to read "Source%20Code/app.litcoffee" file (Error code: ENOENT). Use --force to continue.
concat_sourcemap options:
{ sourcesContent: true }
The text was updated successfully, but these errors were encountered:
The .map file contains this:
{ "version": 3, "file": "app.js", "sourceRoot": "../../Source%20Code/", "sources": [ "app.litcoffee" ], "names": [], "mappings": "..." }
Sorry, something went wrong.
No branches or pull requests
When my source code is in a path with spaces, e.g. "Source Code", this task fails with the following output:
concat_sourcemap options:
The text was updated successfully, but these errors were encountered: