Skip to content
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

do sourcemaps still work? #70

Closed
hildjj opened this issue Oct 5, 2015 · 3 comments
Closed

do sourcemaps still work? #70

hildjj opened this issue Oct 5, 2015 · 3 comments

Comments

@hildjj
Copy link

hildjj commented Oct 5, 2015

I'm copy/pasting the example from the readme, and am not getting sourcemaps in my output directory. Any hints to debug?

@hildjj
Copy link
Author

hildjj commented Oct 5, 2015

It works when I specify sourcemaps.write('.') instead of sourcemaps.write()). Please change the docs or the implementation to match.

@yocontra
Copy link
Member

yocontra commented Oct 5, 2015

sourcemaps.write() should write an inline sourcemap as a comment, sourcemaps.write('.') should make a new .coffee.map file

@hildjj
Copy link
Author

hildjj commented Oct 5, 2015

Oh! Sorry about that.

@hildjj hildjj closed this as completed Oct 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants