-
Notifications
You must be signed in to change notification settings - Fork 147
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
Build fail when sourceMap is enabled and source files contains embedded sourcemap #178
Comments
I just tested and at the moment I am unable to reproduce this. What version of the task are you using? |
I'm able to reproduce it with the following setup:
source file: font-awesome-animation v0.0.6 installed with bower Grunfile.js:
Command: |
+1, i'm reproducing the same error
|
I'm experiencing a similar,
It used to work with
I have no idea why grunt was downgraded (no changes in package.json) {
// ...
"grunt": "^1.0.1",
// ...
} Please let me know if the full list of packages (npm list) can be of help. |
Works with |
This is still an issue with a source map generated from SaSS |
At the end of one of my source files:
... /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uI.....jc3MifQ== */
When activating sourceMap = true, I get the following error:
To reproduce, just try to minify the following file with option sourceMap = true
https://github.com/l-lin/font-awesome-animation/blob/master/dist/font-awesome-animation.css
The text was updated successfully, but these errors were encountered: