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
I'm copy/pasting the example from the readme, and am not getting sourcemaps in my output directory. Any hints to debug?
The text was updated successfully, but these errors were encountered:
It works when I specify sourcemaps.write('.') instead of sourcemaps.write()). Please change the docs or the implementation to match.
sourcemaps.write('.')
sourcemaps.write())
Sorry, something went wrong.
sourcemaps.write() should write an inline sourcemap as a comment, sourcemaps.write('.') should make a new .coffee.map file
sourcemaps.write()
Oh! Sorry about that.
No branches or pull requests
I'm copy/pasting the example from the readme, and am not getting sourcemaps in my output directory. Any hints to debug?
The text was updated successfully, but these errors were encountered: