-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
CoffeeScript: Source Map path points to *.map and not *.js.map #387
Labels
Comments
am11
added a commit
to am11/WebEssentials2013
that referenced
this issue
Jan 1, 2014
am11
added a commit
to am11/WebEssentials2013
that referenced
this issue
Jan 1, 2014
Source Map path points to *.map and not *.js.map.
am11
added a commit
to am11/WebEssentials2013
that referenced
this issue
Jan 1, 2014
Source Map path points to *.map and not *.js.map.
am11
added a commit
to am11/WebEssentials2013
that referenced
this issue
Jan 1, 2014
Source Map path points to *.map and not *.js.map.
This doesn't seem to be fixed. On a side note, not sure why the method is called "UpdateLessSourceMapUrls" in MarginBase.cs. |
SLaks
added a commit
to SLaks/WebEssentials2013
that referenced
this issue
Jan 13, 2014
About 1/4th done. Also correct some usages & properties. Fixes madskristensen#480, madskristensen#387
SLaks
added a commit
to SLaks/WebEssentials2013
that referenced
this issue
Jan 14, 2014
About 1/4th done. Also correct some usages & properties. Fixes madskristensen#480, madskristensen#387
SLaks
added a commit
to SLaks/WebEssentials2013
that referenced
this issue
Jan 21, 2014
About 1/4th done. Also correct some usages & properties. Fixes madskristensen#480, madskristensen#387
SLaks
added a commit
to SLaks/WebEssentials2013
that referenced
this issue
Jan 22, 2014
About 1/4th done. Also correct some usages & properties. Fixes madskristensen#480, madskristensen#387
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the compiled .js file, the path is set to this:
However, the physical .map file on disk is called
test.js.map
The text was updated successfully, but these errors were encountered: