1

I use CoffeeScript Redux zu generate .js and .js.map files. But coffee does not add the "sourceMappingURL" to the js file.

CoffeeScript 1.6.2 does this via the -m param. How can i make CoffeScript 2.0 to link the .map file?

1 Answer 1

1

According to the source code, this should happen if you pass --source-map-file. If it does not, this is probably a bug.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.